Alexandre Alapetite
be2bf83e3c
Remove maxlength for usernames
...
pattern is already used
2017-02-25 12:56:57 +01:00
Alexandre Alapetite
271a1fdc89
Missing checkUsername and const patten
...
https://github.com/FreshRSS/FreshRSS/pull/1423
https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
2017-02-25 12:39:08 +01:00
Clément
2e871a0adf
Merge branch 'dev' into feature/username-in-cli
2017-02-25 10:20:59 +01:00
Clément
ef20019591
delete - and . from accepted char
2017-02-16 18:55:19 +01:00
Clément
8d2b76334c
Possibility to register user having a '-', a '_' or a '.' in username
2017-02-16 14:27:45 +01:00
Alexandre Alapetite
1736cf00b5
No version number for anonymous users
...
https://github.com/FreshRSS/FreshRSS/issues/1404
2017-01-28 14:08:13 +01:00
Alexandre Alapetite
332a4dec86
Option for cookie duration
...
https://github.com/FreshRSS/FreshRSS/issues/1384
2016-12-24 16:33:28 +01:00
Alexandre Alapetite
1d5006d83f
Error edge cases for JSON export
2016-11-16 17:49:20 +01:00
Alexandre Alapetite
8d3d2a7d7f
Minor code formatting of export helper
2016-11-15 20:54:56 +01:00
Alexandre Alapetite
f59de4e2b6
Stream JSON export
...
Avoid large in-memory copies
https://github.com/FreshRSS/FreshRSS/issues/1372
2016-11-15 20:43:06 +01:00
Alexandre Alapetite
00f446d155
Disable "mark all as read" before confirmation script is loaded
...
https://github.com/FreshRSS/FreshRSS/issues/1342
2016-10-29 13:11:37 +02:00
Alexandre Alapetite
fcb9280fc8
CLI export
...
ZIP export, OPML export.
Corrected height of feeds select in Pafat theme.
https://github.com/FreshRSS/FreshRSS/pull/1338
https://github.com/FreshRSS/FreshRSS/issues/1039
https://github.com/FreshRSS/FreshRSS/issues/1277
2016-10-23 13:37:48 +02:00
Alexandre Alapetite
8d7ff90594
Fix bug auto load more
...
https://github.com/FreshRSS/FreshRSS/issues/1318
2016-10-15 18:38:27 +02:00
Alexandre Alapetite
d973d9efab
Fix display bug for example of URL with token
...
https://github.com/FreshRSS/FreshRSS/issues/1274
2016-10-05 22:25:46 +02:00
Alexandre Alapetite
f81c441920
Fix bug language option for new user
...
https://github.com/FreshRSS/FreshRSS/issues/1273
2016-10-04 21:06:37 +02:00
Alexandre Alapetite
41c11028d9
Merge branch 'FreshRSS/dev' into PostgreSQL
2016-10-01 09:27:47 +02:00
Alexandre Alapetite
63a8f5e167
Fix global view
...
Bug introduced in version 1.5.0 by
56ffc115d1
2016-09-29 22:48:56 +02:00
Alexandre Alapetite
d86b71661c
Merge branch 'FreshRSS/dev' into PostgreSQL
2016-09-12 20:37:55 +02:00
Alexandre Alapetite
2a5aa34ad2
Better control of number of entries per page or RSS feed
...
https://github.com/FreshRSS/FreshRSS/issues/1249
* Since X hours: `https://freshrss.example/i/?a=rss&hours=3 `
* Explicit number: `https://freshrss.example/i/?a=rss&nb=10 `
* Limited by `min_posts_per_rss` and `max_posts_per_rss` in user config
2016-09-11 15:06:33 +02:00
Alexandre Alapetite
2757aeca52
Merge dev: custom ports for PostgreSQL too
...
https://github.com/FreshRSS/FreshRSS/issues/1241
https://github.com/FreshRSS/FreshRSS/pull/1244
2016-09-11 11:52:06 +02:00
Alexandre Alapetite
8a776f1461
Prevent a target _blank attacks with window.opener
...
https://mathiasbynens.github.io/rel-noopener/
noopener is implied by noreferrer
https://html.spec.whatwg.org/multipage/semantics.html#link-type-noreferrer
The API for window.open() does not seem stable yet
https://bugzilla.mozilla.org/show_bug.cgi?id=1267339
2016-09-07 14:35:51 +02:00
Alexandre Alapetite
2af3abc89e
Merge branch 'FreshRSS/dev' into PostgreSQL
2016-08-20 12:22:56 +02:00
Alexandre Alapetite
32c734ef62
SQL mark search as read
...
https://github.com/FreshRSS/FreshRSS/issues/608
2016-08-18 00:00:08 +02:00
Alexandre Alapetite
967dff535d
Merge branch 'FreshRSS/dev' into PostgreSQL
2016-08-13 21:14:36 +02:00
Alexandre Alapetite
56ffc115d1
Do not mix POST and GET params
...
Avoid returning CSRF POST token for a GET
2016-08-13 19:10:32 +02:00
Alexandre Alapetite
e6fd34bdda
CSRF token, update HTTP Referrer policy to same-origin
...
https://www.w3.org/TR/referrer-policy/#referrer-policy-no-referrer
https://github.com/FreshRSS/FreshRSS/issues/570
https://github.com/FreshRSS/FreshRSS/issues/955
https://github.com/FreshRSS/FreshRSS/issues/1198
https://github.com/FreshRSS/FreshRSS/issues/565
https://github.com/FreshRSS/FreshRSS/issues/554
2016-08-13 17:49:31 +02:00
Alexandre Alapetite
bee833bf52
Problematic MySQL reserved keyword
...
`read` and `reads` are reserved keywords
2016-08-07 00:54:49 +02:00
Alexandre Alapetite
c6fd65ef76
Resolve git conflict
2016-08-01 18:10:46 +02:00
Alexandre Alapetite
17c3e616e8
Merge pull request #1187 from Alkarex/remove_persona
...
Remove Mozilla Persona login
2016-08-01 18:07:03 +02:00
Alexandre Alapetite
75d175c0eb
Merge pull request #1183 from Alkarex/mysql_utf8mb4
...
Update MySQL to utf8mb4 (full unicode) 🔥 💕
2016-08-01 18:06:07 +02:00
Alexandre Alapetite
93f7f84987
Restaure compatibility with Internet Explorer 11 / Edge
...
https://github.com/FreshRSS/FreshRSS/issues/772
2016-07-31 18:25:02 +02:00
Alexandre Alapetite
c1548e732d
Remove Mozilla Persona login
...
https://github.com/FreshRSS/FreshRSS/issues/1052
2016-07-31 14:58:19 +02:00
Alexandre Alapetite
df27e435f2
Merge pull request #1186 from Alkarex/api_help
...
More links for API help
2016-07-31 11:58:20 +02:00
Alexandre Alapetite
21a6521ba9
More links for API help
...
https://github.com/FreshRSS/FreshRSS/issues/328#issuecomment-236100791
https://github.com/FreshRSS/FreshRSS/issues/957#issuecomment-133581712
2016-07-31 01:38:46 +02:00
Alexandre Alapetite
fe18d12551
Update MySQL to utf8mb4 (full unicode) 🔥
...
* Requires MySQL 5.5.3+ (drop support for MySQL 5.0)
* Requires PHP 5.3.3+ (drop support for PHP 5.3.0)
https://github.com/FreshRSS/FreshRSS/issues/789#issuecomment-73878076
2016-07-30 18:45:34 +02:00
Alexandre Alapetite
090c647cd5
Fix logs style scroll bug
...
https://github.com/FreshRSS/FreshRSS/issues/1178
There was a conflict on the ".logs" class name
2016-07-30 12:19:02 +02:00
Alexandre Alapetite
ea4deb6e05
Check minimum PHP 5.3.0+
...
https://github.com/FreshRSS/FreshRSS/pull/1133
2016-06-12 13:18:31 +02:00
Alexandre Alapetite
94348e5f4f
Merge branch 'dev' of https://github.com/Alkarex/FreshRSS ; branch 'beta' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev
2016-05-01 23:46:05 +02:00
Frans de Jonge
c552422445
Fix validator link
2016-05-01 19:59:24 +02:00
Alexandre Alapetite
6466fc87ec
Load styles for two JSON cases
2016-04-29 18:24:46 +02:00
Alexis Degrugillier
5f04462e55
Fix redirection while deleting a feed
...
Before, when deleting a feed from the statistics idle page, there was an error in the redirection process.
Now, the redirection works properly and redirects to the idle page.
2016-03-06 12:51:39 +01:00
Alexandre Alapetite
c9d3d78340
CSP manually refreshing feeds
...
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-27 17:51:13 +01:00
Alexandre Alapetite
cb913a3a76
CSP for statistics and forms
...
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21 19:15:23 +01:00
Alexandre Alapetite
264d05297c
CSP for statistics
...
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21 17:26:37 +01:00
Alexandre Alapetite
e3dc7d46e1
CSP: Use inline JSON instead of one-time cookie
...
Simpler, lighter
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-21 14:23:24 +01:00
Alexandre Alapetite
e4a459a6ed
CSP no inline javascript draft
...
https://github.com/FreshRSS/FreshRSS/issues/1075
2016-02-16 23:53:39 +01:00
Alexandre Alapetite
362dbad0b8
Several position problems, in particular in the global view
...
Multiple small bugs in global and reader views.
Related to these old issues:
https://github.com/FreshRSS/FreshRSS/issues/634
https://github.com/FreshRSS/FreshRSS/issues/275
2016-01-24 13:18:48 +01:00
Marien Fressinaud
697817eebf
Make auto-update server URL alterable
...
See https://github.com/FreshRSS/FreshRSS/issues/1019
2015-11-02 21:14:13 +01:00
Alexandre Alapetite
d073331d24
Tag link double encoding problem
...
https://github.com/FreshRSS/FreshRSS/issues/970
Tags coming from the database are already HTML-encoded.
2015-09-08 21:31:24 +02:00
Alexandre Alapetite
9fcdaf99e2
Error encoding tag link
...
https://github.com/FreshRSS/FreshRSS/issues/970
2015-09-08 20:52:37 +02:00