Commit Graph

7003 Commits

Author SHA1 Message Date
Alexandre Alapetite
e3ffc048d7 Merge pull request #1758 from aledeg/fix-nav-buttons
Fix shortcuts triggering view switching
2018-01-02 20:16:53 +01:00
Alexis Degrugillier
db959a1a44 Fix shortcuts triggering view switching 2018-01-02 19:49:38 +01:00
Alexandre Alapetite
7e52d6a7a4 Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev 2018-01-01 22:33:22 +01:00
Alexandre Alapetite
73b8fdc1cb Changelog 1756
https://github.com/FreshRSS/FreshRSS/pull/1756
https://github.com/YunoHost-Apps/freshrss_ynh/issues/33
2018-01-01 22:32:53 +01:00
Alexandre Alapetite
eb03c2607a Merge pull request #1756 from Alkarex/YunoHost_HTTP_Auth
Fix login bug when HTTP REMOTE_USER changes
2018-01-01 22:30:28 +01:00
Alexandre Alapetite
ebe7be4e6b Fix login bug when HTTP REMOTE_USER changes
https://github.com/YunoHost-Apps/freshrss_ynh/issues/33
2018-01-01 22:11:15 +01:00
Alexandre Alapetite
24860750e3 Changelog 1739, 1745, 1750, 1755
https://github.com/FreshRSS/FreshRSS/pull/1739
https://github.com/FreshRSS/FreshRSS/pull/1745
https://github.com/FreshRSS/FreshRSS/pull/1750
https://github.com/FreshRSS/FreshRSS/pull/1755
2018-01-01 21:24:38 +01:00
Alexandre Alapetite
a756878219 Merge pull request #1714 from kevinpapst/hook-readingmodes
Added extension hook for reading modes
2018-01-01 20:49:18 +01:00
Alexandre Alapetite
97d4250bd3 Minor syntax 2018-01-01 20:48:33 +01:00
Alexis Degrugillier
8c2113f9e6 Add mute strategy configuration (#1750) 2018-01-01 20:34:06 +01:00
Alexis Degrugillier
e73fae1591 Add shortcuts to switch views (#1755) 2018-01-01 18:53:53 +01:00
Frans de Jonge
568eccd3a8 [i18n] Add translation ignore/nl (#1752) 2017-12-25 22:48:21 +01:00
Frans de Jonge
469d601bcb [doc] Editing for better style (#1736)
* Also removed references to Persona authentication.
* Changed code comment about Persona because it's for HTTP auth
  in general. See 3d876091e1
  and https://github.com/FreshRSS/FreshRSS/issues/358#issuecomment-31931484
2017-12-22 12:02:06 +01:00
Alexandre Alapetite
caccf8a970 credits RyDroid
https://github.com/FreshRSS/FreshRSS/pull/1747
https://github.com/FreshRSS/FreshRSS/pull/1746
https://github.com/FreshRSS/FreshRSS/pull/1745
https://github.com/FreshRSS/FreshRSS/pull/1744
2017-12-21 23:13:41 +01:00
Nicola Spanti
6d38367f5a Adding new items to force-https.default.txt (#1745) 2017-12-21 22:37:17 +01:00
Alexandre Alapetite
52d7848a07 Merge branch 'FreshRSS/master' into FreshRSS/dev 2017-12-21 17:23:20 +01:00
Nicola Spanti
889888f20e Improving README in English and French (#1746) 2017-12-21 17:21:41 +01:00
Nicola Spanti
4c3908e60b Tiny additions to .editorconfig (#1744) 2017-12-21 17:21:11 +01:00
Nicola Spanti
942508d879 Minor changes (#1747) 2017-12-21 17:20:52 +01:00
Jan
116f08128a Fixes link to the "update guidelines" (#1740) 2017-12-19 18:51:12 +01:00
Jan
f172bee12d Fixes link to the "update guidelines" (#1740) 2017-12-19 18:40:48 +01:00
Alexis Degrugillier
00776f4547 PHP 7.2: Fix a warning when retrieving the list of entries (#1739)
When retrieving the list of entries when the context was 'all' or 'starred', there was the following warning:

> Warning: count(): Parameter must be an array or an object that implements Countable in /home/alexis/FreshRSS/app/Controllers/indexController.php on line 206

I fixed that by changing how the array is tested.
2017-12-19 09:35:37 +01:00
Alexandre Alapetite
95ed8dca5d New development version 1.9.1-dev 2017-12-17 21:45:55 +01:00
Alexandre Alapetite
310d5a64ff Merge branch 'FreshRSS/dev' into FreshRSS/master 2017-12-17 21:45:15 +01:00
Frans de Jonge
3e29dc29fe [docs] Extensions: fix typo (#1735) 2017-12-17 21:43:26 +01:00
Alexandre Alapetite
ea49b645f0 Merge branch 'FreshRSS/dev' into FreshRSS/master 1.9.0 2017-12-17 20:40:51 +01:00
Alexandre Alapetite
f890642ae8 Update FreshRSS version to 1.9.0 2017-12-17 20:39:48 +01:00
Alexandre Alapetite
60f56539c3 Merge pull request #1720 from FreshRSS/dev
FreshRSS 1.9.0
2017-12-17 20:28:04 +01:00
Alexandre Alapetite
0b1516af91 Prepare release of FreshRSS 1.9.0 2017-12-17 20:15:10 +01:00
Alexandre Alapetite
e399bc4b92 Remove warning for CURLOPT_FOLLOWLOCATION with open_basedir (#1734)
For PHP 5.6.0- http://www.php.net/ChangeLog-5.php#5.6.0
https://bugs.php.net/bug.php?id=65646
https://github.com/FreshRSS/FreshRSS/pull/1733
https://github.com/FreshRSS/FreshRSS/pull/1657
https://github.com/FreshRSS/FreshRSS/issues/1655
2017-12-17 20:14:20 +01:00
Kevin Papst
be3ed001a4 Fix favicon for open_basedir (#1733)
Remove open_basedir warning for CURLOPT_FOLLOWLOCATION with PHP 5.6.0- https://bugs.php.net/bug.php?id=65646
2017-12-17 17:46:04 +01:00
Alexandre Alapetite
25a51f045d Changelog 1731
https://github.com/FreshRSS/FreshRSS/pull/1731
2017-12-17 17:10:38 +01:00
Kevin Papst
62e9db55b2 fixed bug when adding a category and feed at the same time (#1731)
fixed bug when adding a category and feed at the same time
2017-12-17 16:36:48 +01:00
Alexandre Alapetite
429b290411 Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev 2017-12-17 15:43:11 +01:00
Alexandre Alapetite
aadb632fff Changelog 1697, 1704, 1732
https://github.com/FreshRSS/FreshRSS/pull/1697
https://github.com/FreshRSS/FreshRSS/pull/1704
https://github.com/FreshRSS/FreshRSS/pull/1732
2017-12-17 15:43:02 +01:00
Alexandre Alapetite
0714db36f6 Merge pull request #1732 from kevinpapst/editorconfig
Added .editorconfig
2017-12-17 15:38:58 +01:00
Alexandre Alapetite
3db1a96a18 Merge pull request #1704 from Frenzie/doc-translate-extensions
[doc] Extensions: translate various sections from French
2017-12-17 15:34:09 +01:00
Alexandre Alapetite
82ba185114 Minz Controllers directory uppercase
https://github.com/FreshRSS/FreshRSS/pull/1729
2017-12-17 15:33:11 +01:00
Kevin Papst
08252928b6 added .editorconfig with basic settings 2017-12-17 15:23:10 +01:00
Alexandre Alapetite
4a17c81bad Merge pull request #1729 from Alkarex/Minz_Dispatcher_paths
Minz Dispatcher Controllers path
2017-12-17 12:32:35 +01:00
Alexandre Alapetite
6b202eb291 Changelog 1716
https://github.com/FreshRSS/FreshRSS/pull/1716
2017-12-17 00:06:26 +01:00
Alexandre Alapetite
cb37fc8b9f Merge pull request #1716 from FreshRSS/hebrew-i18n
Add hebrew translation
2017-12-17 00:04:28 +01:00
Alexandre Alapetite
3b2dfdbe1e Changelog 1729 2017-12-17 00:02:02 +01:00
Alexandre Alapetite
e6c1c7d4cb Merge branch 'FreshRSS/dev' into Minz_Dispatcher_paths 2017-12-17 00:00:43 +01:00
Alexandre Alapetite
dc9ae355b9 Changelog 1716 1724 1725
https://github.com/FreshRSS/FreshRSS/pull/1716
https://github.com/FreshRSS/FreshRSS/pull/1724
https://github.com/FreshRSS/FreshRSS/pull/1725
2017-12-16 23:51:31 +01:00
Alexandre Alapetite
0cdae3978d 18n Hebrew more 2 2017-12-16 23:41:30 +01:00
Alexandre Alapetite
46f52c8a5e i18n hebrew more 2017-12-16 23:05:40 +01:00
Alexandre Alapetite
ec0e21a8cb Merge pull request #1726 from Alkarex/message_log_rotation
Add message after log rotation
2017-12-16 22:58:39 +01:00
Alexandre Alapetite
152a6a9bdc Customisable constants.local.php (#1725)
https://github.com/FreshRSS/FreshRSS/issues/1562
https://github.com/FreshRSS/FreshRSS/issues/1607
https://github.com/FreshRSS/FreshRSS/pull/1656
https://github.com/FreshRSS/FreshRSS/issues/1705
https://github.com/FreshRSS/FreshRSS/pull/1712
2017-12-16 22:48:46 +01:00
Alexandre Alapetite
425958af5a Minz Dispatcher Controllers path
https://github.com/FreshRSS/FreshRSS/pull/1704
2017-12-16 22:33:49 +01:00