aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2019-07-21Fix user self registration (#2442)Gravatar Alexandre Alapetite
* Fix user self registration Fix https://github.com/FreshRSS/FreshRSS/issues/2381 * CSRF for admin
2019-07-14Default to SQLite (#2443)Gravatar Alexandre Alapetite
Move SQLite as first option in install instead of MySQL. Lower barrier to entry.
2019-07-07Docker healthcheck+ labels (#2438)Gravatar Alexandre Alapetite
* Add Docker labels And try to fix the platform metadata for ARM, and add health check * Execution rights * Remove experimental features not supported by Docker Hub "--squash" is only supported on a Docker daemon with experimental features enabled. build hook failed! (1) * Fix paths
2019-06-29Fix wrong mark-as-read maxId argument (#2431)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2429
2019-06-22Allow email as admin username (#2421)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2418 https://github.com/FreshRSS/FreshRSS/pull/2407
2019-06-21Change category configuration (#2410)Gravatar Alexis Degrugillier
* Change category configuration Before, we had a drop-down list to interract on categories. It was not working the same way as feeds. Now, categories and feeds behave in a similar manner. At the moment, there is no change in features but it will allow to expand them. See #2369 * Minor whitespace
2019-06-16Allow email as username (#2407)Gravatar Alexis Degrugillier
* Allow email as username Before, it was possible to register email as username on cli but not in the interface. This was caused by a bug in the pattern which was not working as expected. If your input was "user@example.com", the PHP verification was catching only "user" and was acting like the whole thing was catched. But on the interface, the catching was unsuccesful. Now, the catching should be working properly. I needed to add "$|^" in the pattern because without, I was catching either the beginning of a string either the last char. This was introduced as a workaround for IE/Edge pattern matching on April 27, 2017. See #1511 for more information. I tested it only on FF. Tests on other browsers wanted. See #2391 * Relax and fix username check Allow @ + - * Remove + for now https://github.com/FreshRSS/FreshRSS/pull/2407#issuecomment-502469137
2019-06-14Fix shortcut configuration page. (#2406)Gravatar Alexis Degrugillier
Before, first and last entry shortcuts were located under the "no-modifier" section. But they were actually working properly with the modifiers. Now, they are located under the "modifier" section. See #2405
2019-05-30Merge pull request #2388 from lx-s/patch-1Gravatar Alexandre Alapetite
Configurable amount of feeds that gets refreshed.
2019-05-30Fix filter action displayGravatar Alexis Degrugillier
Before, there was extra white lines between search terms when displaying the data. It was not an issue for the storage since they were discarded during the save process. But it was confusing. Now, extra white lines are stripped.
2019-04-29Configurable amount of feeds that gets refreshed.Gravatar Alexander Steinhöfer
Enhanced actualizeFeed with a maxFeeds-Parameter, so that a user can control how many feeds he wants to refresh instead of being force to choose between "10 or all".
2019-04-07Fix PHP 5.5 compat for array const (#2360)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2359
2019-04-07Update for Unfolded categories (#2358)Gravatar Quentí
The participi passat is AT for the verbs ending with AR is the subject is masculine and ADA for a feminine subject :) L’article que m’a agradat : the article I liked La categoria que m’a agradada : the category I liked
2019-04-07i18n zh unfolded categories (#2357)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2313 Thanks to @ZhongyuWang
2019-04-07Cherry pick from 2335 (#2356)Gravatar Alexandre Alapetite
Cherry pick bug fix from https://github.com/FreshRSS/FreshRSS/pull/2335 This code is currently not used.
2019-04-03Revert "Update git command (#2331)"Gravatar Alexis Degrugillier
This reverts commit afd1a8784c2a83426388b39d32703fb82c223f76.
2019-04-03Update git command (#2331)Gravatar Alexis Degrugillier
I removed an unnecessary option and rewrote a short option to use the long option. I find it's easier to understand long options when you don't type them.
2019-04-02i18n: Align Korean translation with categories unfolded by default (#2327)Gravatar Seokseong Jeon
See https://github.com/FreshRSS/FreshRSS/pull/2313.
2019-04-02Shortcuts legacy (#2320)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2316
2019-04-02i18n: Show categories unfolded by default (#2313)Gravatar Alexandre Alapetite
* i18n: Show categories unfolded by default Fix https://github.com/FreshRSS/FreshRSS/issues/2307 and https://github.com/FreshRSS/FreshRSS/issues/2309 * TODO checked * Update app/i18n/he/conf.php Co-Authored-By: Alkarex <alexandre@alapetite.fr>
2019-04-01[i18n, nl] Various improvements to Dutch translation (#2312)Gravatar Frans de Jonge
* [i18n, nl] Various improvements to Dutch translation The text for the "Show categories unfolded by default" was incorrect, cf. #2309. Also fixed a few typos and some minor stylistic changes. * also fix that typo with the missing space
2019-03-24[i18n] Update for filter actions (#2299)Gravatar Quentí
Mesa a jorn pels filtres d’accion
2019-03-23Filter actions (#2275)Gravatar Alexandre Alapetite
* Draft of filter actions * Travis * Implement UI + finish logic * Travis
2019-03-23CLI user-info fixes (#2292)Gravatar Alexandre Alapetite
* CLI missing exit codes https://github.com/FreshRSS/FreshRSS/issues/2291 * CLI catch for outdated databases https://github.com/FreshRSS/FreshRSS/issues/2291#issuecomment-475856890
2019-03-22Rework CSRF interaction with sessions (#2290)Gravatar Alexandre Alapetite
* Rework CSRF interaction with sessions Fix https://github.com/FreshRSS/FreshRSS/issues/2288 Improve security in some edge cases Maybe relevant for https://github.com/FreshRSS/FreshRSS/issues/2125#issuecomment-474992671 * Forgotten mime type
2019-03-20Session fix when form + HTTP auth are used (#2286)Gravatar Alexandre Alapetite
https://github.com/Alkarex/FreshRSS/commit/bf51c82d55f6bf1af2a6464ca4f148d6c613d28f https://github.com/FreshRSS/FreshRSS/issues/2125#issuecomment-473873922
2019-03-19No old ID (#2276)Gravatar Alexandre Alapetite
* No old ID https://github.com/FreshRSS/FreshRSS/issues/2273 * PostgreSQL insert or ignore
2019-03-18update zh-cn (i18n) (#2280)Gravatar hoilc
2019-03-17[i18n] Update some translation strings (#2277)Gravatar Alexis Degrugillier
See #2086
2019-03-10Pitchoun correciou (#2269)Gravatar Quentí
2019-03-09Change nextGet behaviourGravatar Alexandre Alapetite
Fixes https://github.com/FreshRSS/FreshRSS/issues/2206 Related to https://github.com/FreshRSS/FreshRSS/pull/2255
2019-03-02Revert wrong booleanGravatar Alexandre Alapetite
2019-03-02Re-introduce Travis workaroundGravatar Alexandre Alapetite
2019-03-02Boolean errorGravatar Alexandre Alapetite
2019-03-02Fix mark_updated_article_unreadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2200
2019-02-23JavaScript fixes + new navigation loop behaviour (#2255)Gravatar Alexandre Alapetite
* Fixed user configuration 404 https://github.com/FreshRSS/FreshRSS/pull/2234#issuecomment-466561555 * Fixed "SPACE" shortcut bug https://github.com/FreshRSS/FreshRSS/pull/2234#issuecomment-466626412 * Use next feed / previous feed when reaching last / first article instead of looping * Jump to next / previous category when reaching last / first feed instead of looping
2019-02-16Ordre des motsGravatar Quentí
2019-02-16Odre des motsGravatar Quentí
2019-02-13Remove deprecated CSP child-srcGravatar Alexandre Alapetite
It's been probably long enough since https://github.com/FreshRSS/FreshRSS/pull/1099
2019-02-13Less jQuery (#2234)Gravatar Alexandre Alapetite
* Less jQuery Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2199 * Even less jQuery + global view unread title fix * Even less jQuery * Yet even less jQuery * Even less jQuery * Reduce some events * Even less jQuery * jQuery gone from main view +Fixed English i18n * Fix feed folded view * Remove Firefox 64 workaround Remove workaround for Gecko bug 1514498 in Firefox 64, fixed in Firefox 65 * Split to extra.js Avoid loading unneeded JavaScript code for the main view. + several adjustements * Improve CSS transition fold category * Rewrite shortcuts Remove library. Much faster, shorter, one listener instead of many. Control of the shortcut context. Fix https://github.com/FreshRSS/FreshRSS/issues/2215 * Remove debug * Minor syntax * Filter out unwanted shortcut modifiers * Menu overflow fix * Typo * Fix unfolding in mobile view * Remove jQuery from category.js * Remove jQuery from Global view
2019-02-05i18n Korean (#2242)Gravatar Seokseong Jeon
2019-02-03Fix EntryDAO tags warning for Fever APIGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2239
2019-01-26Merge branch 'dev' into dev-1.14.0Gravatar Alexandre Alapetite
2019-01-26i18n: oc fixes (#2231)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2230
2019-01-26[i18n]Time format update for Occitan (#2230)Gravatar Quentí
* Time format * Update gen.php
2019-01-26[i18n] Update for Occitan (#2229)Gravatar Quentí
* Update gen.php * Participe présent harmonisé
2019-01-26Import FeedBin (#2228)Gravatar Alexandre Alapetite
* Import FeedBin https://github.com/FreshRSS/FreshRSS/issues/2227 And more tolerant import * Mute import fake feed + Changelog * strtotime for published dates in string
2019-01-24Export/import articles read/unread state (#2226)Gravatar Alexandre Alapetite
2019-01-24Fix import labels (#2225)Gravatar Alexandre Alapetite
All labelled articles were wrongly marked as starred.
2019-01-23Update conf.php (#2224)Gravatar Quentí