Commit Graph

7003 Commits

Author SHA1 Message Date
Frans de Jonge
967dc041a7 [i18n] Add hint about adding #force_feed to URL (#1879)
Fixes #1878
2018-05-20 11:57:46 +02:00
ColonelMoutarde
a8ffde6263 add visibility "public" (#1849) 2018-05-19 13:16:51 +02:00
Upils
0ccda74571 Add a docker compose example. (#1882)
* Add a docker compose example.

Using postgresql and with traefik specific labels.

* Added docker-compose specific documentation.

* Move docker-compose section at the end of the README.md.
2018-05-09 09:57:46 +02:00
Alexandre Alapetite
bde96ec8ea Changelog 1877
https://github.com/FreshRSS/FreshRSS/pull/1877
https://github.com/FreshRSS/FreshRSS/issues/1841#issuecomment-376551901
2018-05-01 21:57:30 +02:00
Alexandre Alapetite
0513ba8d9f Use HTML autocomplete new-password (#1877)
* Use HTML autocomplete new-password

https://github.com/FreshRSS/FreshRSS/issues/1841#issuecomment-376551901
autocomplete="new-password" for user management pages

https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion

* autocomplete username

https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete-username
2018-05-01 21:50:45 +02:00
Alexandre Alapetite
e1b30f0da8 Changelog 1838
https://github.com/FreshRSS/FreshRSS/pull/1838
https://github.com/FreshRSS/FreshRSS/issues/891
https://github.com/FreshRSS/FreshRSS/issues/1702
https://github.com/FreshRSS/FreshRSS/issues/1811
2018-05-01 17:09:11 +02:00
Alexandre Alapetite
b552abb332 JSON column for feeds (#1838)
* Draft of JSON column for feeds
https://github.com/FreshRSS/FreshRSS/issues/1654

* Add some per-feed options
  * Feed cURL timeout
  * Mark updated articles as read https://github.com/FreshRSS/FreshRSS/issues/891
  * Mark as read upon reception https://github.com/FreshRSS/FreshRSS/issues/1702
  * Ignore SSL (unsafe) https://github.com/FreshRSS/FreshRSS/issues/1811

* Try PHPCS workaround
While waiting for a better syntax support
2018-05-01 17:02:11 +02:00
Alexandre Alapetite
404ca869e9 Tab to spaces in multiline shell
Copy pasting the commands was not working due to tabs, in e.g. Ubuntu
terminal.
2018-04-26 17:13:03 +02:00
ColonelMoutarde
1b8ab5199b strict comparaision for null (#1874)
With booleans and null, only strict comparison (with === operator) should be used to lower bug risks and to improve performances.
2018-04-26 16:34:10 +02:00
Alexandre Alapetite
db133f9bb3 Changelog 1873
https://github.com/FreshRSS/FreshRSS/pull/1873
2018-04-26 13:55:58 +02:00
Alexandre Alapetite
90998c2437 Apache overrides were not enough (#1873)
It looks like overrides of CustomLog, ErrorLog, Listen did not do the
job fully.
Updated to comment out those lines in httpd.conf.
Fixes the fact that logs were kept in /var/log/apache2/ (instead of
being only given via STDOUT to Docker logs) and the "internal dummy
connection" bug over IPv6 (Docker is typically only IPv4).
2018-04-26 13:52:44 +02:00
Alexandre Alapetite
2b8da263ca Changelog 1871 etc.
https://github.com/FreshRSS/FreshRSS/issues/879
https://github.com/FreshRSS/FreshRSS/pull/1828
https://github.com/FreshRSS/FreshRSS/pull/1829
https://github.com/FreshRSS/FreshRSS/issues/1844
https://github.com/FreshRSS/FreshRSS/pull/1845
https://github.com/FreshRSS/FreshRSS/pull/1856
https://github.com/FreshRSS/FreshRSS/pull/1857
https://github.com/FreshRSS/FreshRSS/pull/1858
https://github.com/FreshRSS/FreshRSS/issues/1869
https://github.com/FreshRSS/FreshRSS/pull/1871
2018-04-26 12:30:06 +02:00
Alexandre Alapetite
4381117a19 cron in Docker image (#1871)
* cron in Docker image

https://github.com/FreshRSS/FreshRSS/issues/1869

* Fix cron CMD

* Minor readme

* Docker run d instead of dit

There should not be a need for STDIN or TTY

* Minor sed param
2018-04-26 12:00:14 +02:00
Alexandre Alapetite
d454e90d29 Merge pull request #1837 from renzo38/dev
Selinux FAQ
2018-04-26 08:40:36 +02:00
Henry
28403cd6aa SeLinux context
Prefer apply rights to the whole data instead of individual subdir
2018-04-26 08:32:07 +02:00
Henry
f62d69e1f4 Selinux FAQ
Add PubSubHubbub sub directory
2018-04-26 07:46:15 +02:00
Kevin Papst
6cda39a2f1 fix update user for empty username (#1857) 2018-04-06 20:52:33 +02:00
Kevin Papst
6b9be92263 [UI] fix active check in subscription menu (#1858) 2018-04-06 20:26:08 +02:00
Kevin Papst
7c39c8024d [i18n] latest german translations (#1856) 2018-04-01 15:40:04 +02:00
Alexandre Alapetite
633350566e Merge pull request #1845 from Alkarex/fix-muted
Fix mute feeds
2018-03-25 13:21:10 +02:00
Alexandre Alapetite
16d4d5185e Fix mute feeds
https://github.com/FreshRSS/FreshRSS/issues/1844
2018-03-25 10:34:46 +02:00
Alexandre Alapetite
b2c02f50c1 Merge pull request #1833 from Alkarex/logo-svg
SVG version of FreshRSS logo + text
2018-03-24 14:05:01 +01:00
Henry
67c608d44f Typo
fix typo + apply command to sub dir
2018-03-18 12:46:55 +01:00
Henry
6bac71b2e8 Fix typo
Missing quotes at the end of file
2018-03-18 11:24:50 +01:00
Henry
a0a5ec8daf Selinux FAQ
Command to run on SELinux system enabled
2018-03-18 10:06:02 +01:00
Alexandre Alapetite
84d891f8cf Light Boolean search implementation (#1828)
* Light Boolean search implementation

"Hello intitle:World OR date:P1D example"
https://github.com/FreshRSS/FreshRSS/issues/879

* Doc Boolean search

* Doc typos
2018-03-14 17:20:41 +01:00
Alexandre Alapetite
881ed44005 Merge pull request #1834 from aledeg/improve-documentation
Add configuration documentation
2018-03-14 17:18:47 +01:00
Alexis Degrugillier
51a08cfb1a Add configuration documentation
Writting documentation is really long. Writting good documentation is really hard.
I hope the changes I've made are worth it.
2018-03-13 19:24:58 +01:00
Alexis Degrugillier
a891df3283 Merge pull request #1829 from aledeg/improve-i18n-tools
Improve i18n tools
2018-03-12 23:37:26 +01:00
Alexandre Alapetite
380f17788e Merge pull request #1832 from Alkarex/minor-docs
Minor docs
2018-03-12 22:10:37 +01:00
Alexandre Alapetite
51934f02ef SVG version of FreshRSS logo + text
In two versions, one using a font, another one an SVG path.
Tested in Web browsers (Firefox, Chrome, Edge, IE) + Inkscape
2018-03-12 21:29:55 +01:00
Alexandre Alapetite
ebfb170b14 Minor docs 2018-03-12 21:24:24 +01:00
Alexandre Alapetite
deb9cf1695 Changelog 1816 1823 1830
https://github.com/FreshRSS/FreshRSS/issues/1816
https://github.com/FreshRSS/FreshRSS/pull/1823
https://github.com/FreshRSS/FreshRSS/pull/1830
2018-03-11 12:29:15 +01:00
Alexandre Alapetite
88737a1ea9 Merge pull request #1823 from aledeg/improve-user-queries
Improve user queries
2018-03-11 12:21:38 +01:00
Alexandre Alapetite
880715bc6e Merge pull request #1830 from Alkarex/sqlite-debug
SQLite more error logs
2018-03-11 12:08:14 +01:00
Alexandre Alapetite
eea6984866 SQLite more error logs
https://github.com/FreshRSS/FreshRSS/issues/1816
And reformat SQL, which required vertical scrolling for me :-)
2018-03-11 11:53:28 +01:00
Alexis Degrugillier
f4da012940 Add option to ignore keys in cli tool 2018-03-11 10:53:32 +01:00
Alexis Degrugillier
2f98978f6d Improve error catching 2018-03-10 16:32:35 +01:00
Alexis Degrugillier
948b44ee1e Change code to be more robust
The code doesn't rely on positionnal arguments anymore. It uses options.
I've added some check to validate that the action performed are configured
properly.
2018-03-10 16:23:00 +01:00
Alexandre Alapetite
23342aec30 Merge branch 'FreshRSS/master' into FreshRSS/dev 2018-03-09 11:12:17 +01:00
Alexandre Alapetite
be47672e00 Start FreshRSS 1.10.3-dev 2018-03-09 11:10:09 +01:00
Alexandre Alapetite
029f410712 Merge pull request #1827 from FreshRSS/dev
FreshRSS 1.10.2 (only a Docker fix)
1.10.2
2018-03-09 10:58:43 +01:00
Alexandre Alapetite
1e4cc18bef Release FreshRSS 1.10.2
Only a Docker fix for 1.10.x
https://github.com/FreshRSS/FreshRSS/pull/1819
https://github.com/FreshRSS/FreshRSS/issues/1821
https://github.com/FreshRSS/FreshRSS/pull/1822
2018-03-09 10:22:24 +01:00
Alexis Degrugillier
0f43440d25 Change English translation to make it consistent 2018-03-06 07:40:02 +01:00
Alexis Degrugillier
ab9a57cb49 Add tooltips on user queries buttons 2018-03-06 07:29:48 +01:00
Alexis Degrugillier
002d42cd87 Fix faulty id 2018-03-06 07:03:49 +01:00
Alexandre Alapetite
20c6a1dd04 Merge pull request #1822 from Alkarex/docker-php7-missing-extensions
Docker missing PHP extensions
2018-03-05 20:34:41 +01:00
Alexandre Alapetite
5647442053 Docker missing PHP extensions
php7-iconv php7-xmlreader php7-zlib
https://github.com/FreshRSS/FreshRSS/issues/1821
2018-03-05 20:33:13 +01:00
Alexandre Alapetite
10d97a743f Merge pull request #1819 from Alkarex/docker-opml
Docker add simplexml
2018-03-04 17:08:28 +01:00
Alexandre Alapetite
80b85ffb8e Docker add simplexml
Needed for OPML import
2018-03-04 17:07:32 +01:00