Alexis Degrugillier
fac236a041
Add todo comments for translation
2015-08-24 18:30:25 -04:00
Alexis Degrugillier
428e3f5c96
Add new line to comply with coding style
2015-08-24 18:26:20 -04:00
Alexis Degrugillier
269c6b88c4
Add a system configuration page
...
It allows to modify system configuration from the interface. At the moment, only limits are modifiable. The user limit was removed from the user page and added here along with categories and feeds limits.
2015-08-22 09:33:58 -04:00
Marien Fressinaud
a63dadd91b
Merge pull request #954 from Alkarex/FeedIdUi
...
UI: Add feed ID in article container
2015-08-21 13:06:33 +02:00
Alexandre Alapetite
c75863ff0f
UI: Add feed ID in article container
...
https://github.com/FreshRSS/FreshRSS/issues/953
2015-08-21 11:49:46 +02:00
Marien Fressinaud
422a9e161b
Merge pull request #936 from Alkarex/MinzSessionCookie
...
Minz session cookie path bug (nginx?)
2015-08-01 10:35:54 +02:00
Alexandre Alapetite
189e790f32
Minz cookie session httpOnly
...
https://github.com/FreshRSS/FreshRSS/issues/924
https://github.com/FreshRSS/FreshRSS/pull/936/files#r35948311
2015-07-31 11:26:57 +02:00
Alexandre Alapetite
760ec5f223
Whitespace
2015-07-31 00:17:32 +02:00
Alexandre Alapetite
59daed3d4e
Minz slight change in session cookie path
...
https://github.com/FreshRSS/FreshRSS/issues/924#issuecomment-126499403
2015-07-31 00:12:55 +02:00
Alexandre Alapetite
f7190c34e1
Minz session cookie path bug
...
https://github.com/FreshRSS/FreshRSS/issues/924#issuecomment-126499403
2015-07-30 23:42:28 +02:00
Marien Fressinaud
e5972938b5
Prepare next version 1.1.3-beta
2015-07-30 16:20:04 +02:00
Marien Fressinaud
3d4a75aa3d
Merge pull request #933 from marienfressinaud/930-add-missing-i18n
...
Add translations for German and Czech
2015-07-30 09:41:40 +02:00
Marien Fressinaud
d1c1a63580
Add translations for German and Czech
...
Fix https://github.com/FreshRSS/FreshRSS/issues/930
2015-07-29 22:43:50 +02:00
Marien Fressinaud
de96459250
Merge branch 'marienfressinaud-920-white-page-bad-config' into dev
2015-07-29 08:48:12 +02:00
Marien Fressinaud
650b5e2721
Merge branch '920-white-page-bad-config' of https://github.com/marienfressinaud/FreshRSS into marienfressinaud-920-white-page-bad-config
2015-07-29 08:47:46 +02:00
Alexandre Alapetite
e126b0add7
Merge pull request #931 from marienfressinaud/changelog
...
Update CHANGELOG to prepare 1.1.2-beta
2015-07-29 08:39:40 +02:00
Marien Fressinaud
8a1e7be3ff
Update CHANGELOG
...
Add the last forgotten changes
- https://github.com/FreshRSS/FreshRSS/issues/865
- https://github.com/FreshRSS/FreshRSS/issues/923
- https://github.com/FreshRSS/FreshRSS/issues/925
2015-07-29 08:31:37 +02:00
Marien Fressinaud
a58bd1aa38
Update CHANGELOG
2015-07-29 08:25:26 +02:00
Marien Fressinaud
6dbe33c51e
Don't hide errors in configuration
...
Fix https://github.com/FreshRSS/FreshRSS/issues/920
2015-07-29 07:59:05 +02:00
Alexandre Alapetite
ee093c611c
Merge pull request #926 from marienfressinaud/923-load-array-config
...
Load configuration by recursion
2015-07-27 16:25:34 +02:00
Alexandre Alapetite
f3fc6f02be
Merge pull request #927 from marienfressinaud/925-cast-int-limit-config
...
Cast $limits values in int (config)
2015-07-27 16:23:32 +02:00
Marien Fressinaud
9817743cd7
Cast $limits values in int (config)
...
Fix https://github.com/FreshRSS/FreshRSS/issues/925
2015-07-27 14:52:13 +02:00
Marien Fressinaud
c1a44a8761
Load configuration by recursion
...
- Remove Minz_Configuration::$data_default
- Default values are loaded first in $data
- $data values are replaced by values from config file
Fix https://github.com/FreshRSS/FreshRSS/issues/923
2015-07-27 14:46:41 +02:00
Alexandre Alapetite
7242806c30
Merge pull request #917 from marienfressinaud/865-base_url-pubsubhubbub
...
Generate base_url during installation
2015-07-23 14:24:00 +02:00
Marien Fressinaud
f4472fc918
Do not use PubSubHubbub if disabled
...
See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-23 13:59:40 +02:00
Marien Fressinaud
baa36f158b
Add pubsubhubbub_enabled to default configuration
...
Rename enable_pubsubhubbub into pubsubhubbub_enabled
See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-23 13:54:34 +02:00
Marien Fressinaud
339e32424f
Add a simple test to detect if server is public
...
If the server is not accessible by an external server, pubsubhubbub should be
disable.
See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-23 12:38:22 +02:00
Marien Fressinaud
eaccc1eba4
Generate base_url during installation
...
See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-23 12:24:24 +02:00
Alexandre Alapetite
d2caf4349c
Merge pull request #915 from marienfressinaud/906-fix-getBaseUrl
...
Fix getBaseUrl behaviour
2015-07-23 11:42:47 +02:00
Marien Fressinaud
1e65fd687e
Use filter_var in guessBaseUrl
...
See https://github.com/FreshRSS/FreshRSS/issues/906
See https://github.com/FreshRSS/FreshRSS/pull/915/files#r35304704
2015-07-23 11:38:56 +02:00
Marien Fressinaud
c748cfa035
Merge pull request #916 from marienfressinaud/679-create-accounts
...
CHANGELOG for account creation
2015-07-23 11:18:05 +02:00
Marien Fressinaud
27666d6fc8
CHANGELOG for account creation
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-23 10:16:34 +02:00
Marien Fressinaud
7f08c4fcd7
CHANGELOG for getBaseUrl() and guessBaseUrl()
...
See https://github.com/FreshRSS/FreshRSS/issues/906
2015-07-23 10:12:20 +02:00
Marien Fressinaud
6db0941196
Fix unexpected behaviour in getBaseUrl
...
- getBaseUrl() returns info from configuration only and always append
the suffix
- add a guessBaseUrl() to extract base_url from $_SERVER info
- fix Url::display() to take this change in consideration
Fix https://github.com/FreshRSS/FreshRSS/issues/906
Use https://github.com/FreshRSS/FreshRSS/pull/910
2015-07-23 10:05:32 +02:00
Marien Fressinaud
2e544d2c1a
Merge branch 'baseUrl' of https://github.com/Alkarex/FreshRSS into 906-fix-getBaseUrl
2015-07-23 09:37:29 +02:00
Alexandre Alapetite
28dd652228
Merge pull request #914 from marienfressinaud/679-create-accounts
...
Add account creation feature. To be tested for 1.1.2-beta
2015-07-23 09:28:58 +02:00
Marien Fressinaud
1ad36c420e
Fix translations for feedback
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22 23:27:22 +02:00
Marien Fressinaud
d6e632fc09
Fix a bug in ConfigurationSetter
2015-07-22 23:22:50 +02:00
Marien Fressinaud
f0a1b26584
Add title to the account creation page
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22 23:06:46 +02:00
Marien Fressinaud
8751c344f3
Ask password to user before deleting its account
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22 22:58:00 +02:00
Marien Fressinaud
669c41114f
Show indications for username and password formats
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22 22:28:21 +02:00
Marien Fressinaud
de2e221aca
Fix translations
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22 22:04:33 +02:00
Marien Fressinaud
3a929138b0
Give possibility to delete its own account
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22 14:22:26 +02:00
Marien Fressinaud
8754347a58
Show the number of accounts in admin
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22 14:02:38 +02:00
Marien Fressinaud
f560c44a00
Hide registration form if max registration reached
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22 14:00:08 +02:00
Marien Fressinaud
02c3546440
Registration action is handled and create a user
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-22 13:52:03 +02:00
Marien Fressinaud
9fca5c70f3
Add some comments
2015-07-22 12:20:00 +02:00
Marien Fressinaud
37f0679958
First draft for registration form
...
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-21 16:03:46 +02:00
Marien Fressinaud
ac8bd3d251
Add a max_registrations limit
...
- Allow user to create accounts (not implemented)
- Admin only can set this limit
See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-21 15:31:23 +02:00
Marien Fressinaud
fa76e863c5
Fix link for step 4 (install)
...
Fix https://github.com/FreshRSS/FreshRSS/issues/912
2015-07-21 14:27:31 +02:00