Commit Graph

194 Commits (3b70d1f62275752c966e778dec0c20e67d176f03)

Author SHA1 Message Date
Andrew Dolgov a1173ab06a block useless usort() E_DEPRECATED for the time being 4 years ago
Andrew Dolgov 8574532b7f add hotkeys J/K to move between unread feeds 5 years ago
Andrew Dolgov 0f6644880a yet another flex feedtree attempt 5 years ago
Andrew Dolgov a0e41f41a4 add svg loading indicators 5 years ago
Andrew Dolgov f9a381ecca grid: add a header icon (and a hotkey) to toggle article span entire row 5 years ago
Andrew Dolgov 0b93d8d013 add hotkey to toggle grid view 5 years ago
Andrew Dolgov ddfa39015e experimental: add preference to show combined mode headlines as a 2 column grid 5 years ago
Andrew Dolgov c26f58d8a5 fix some php8 warnings 5 years ago
Threk 9442ceb7bd Fix Undefined index when using Single User Mode 5 years ago
Andrew Dolgov 5eb0f3d640 bring back web dbupdate using new migrations system 5 years ago
Andrew Dolgov d6629ed188 move dbupdater to db/updater; move base SCHEMA_VERSION constant inside db/updater class 5 years ago
Andrew Dolgov 30b94fb194 store widescreen mode setting in preferences instead of a cookie 5 years ago
Andrew Dolgov 20d0cbff77 use ORM for article _labels_of/_feeds_of 5 years ago
Andrew Dolgov 70adfd4a74 * sanitize: never rewrite relative links to our own prefix
* use Config::get_self_url() instead of get_self_url_prefix() in a bunch
of places
5 years ago
wn_ 03400bd8d4 Get the version as an array in RPC->checkforupdates. 5 years ago
Andrew Dolgov 6359259dbb simplify internal authentication code and bump default algo to SSHA-512 5 years ago
Andrew Dolgov 320503dd39 move version-related stuff to Config; fix conditional feed requests 5 years ago
Andrew Dolgov 7f2fe465b0 add plugin updates checker into normal updates checker 5 years ago
Andrew Dolgov 5edcbf2e9b add an option to disable conditional counters 5 years ago
Andrew Dolgov 126b1fd2de don't try to compare null value against anything 5 years ago
Andrew Dolgov 3fd7856543 * switch to composer for qrcode and otp dependencies
* move most OTP-related stuff into userhelper
* remove old phpqrcode and otphp libraries
5 years ago
Andrew Dolgov e6a875b7e4 check if client-presented URL scheme is different from one configured in SELF_URL_PATH 5 years ago
Andrew Dolgov 9689f884ab add Prefs::DEBUG_HEADLINE_IDS 5 years ago
Andrew Dolgov 51142e1bf8 silence phpstan warning 5 years ago
Andrew Dolgov 7815a881e8 cleanup previous 5 years ago
Andrew Dolgov 56b10fea18 pass translations to frontend as a json object 5 years ago
Andrew Dolgov dcf0135285 logger: shorter syntax 5 years ago
Andrew Dolgov 1464abbbfc prefs cleanup 5 years ago
Andrew Dolgov c96172fa04 use constants in get_pref()/set_pref() 5 years ago
Andrew Dolgov 7869378436 deal with feed update scheduling w/ new prefs 5 years ago
Andrew Dolgov 00d0cb8c81 remove unused data from schema files 5 years ago
Andrew Dolgov bd2314170d implement prefs UI based on new prefs class and a few more things 5 years ago
Andrew Dolgov 7f41228a71 decouple runtime-info object from counters 5 years ago
Andrew Dolgov 553548b689 request label counters conditionally 5 years ago
Andrew Dolgov 155e4f6125 pass a bunch of related arrays properly to backend 5 years ago
Andrew Dolgov d6203bf350 try to calculate counters conditionally based on feed ids 5 years ago
Andrew Dolgov 8d2e3c2528 drop errors.php and simplify error handling 5 years ago
Andrew Dolgov 2ae0b7059f cleanup some defined-stuff 5 years ago
Andrew Dolgov 211f699aa0 migrate the rest into Config:: 5 years ago
Andrew Dolgov e4107ac952 wip: initial for config object 5 years ago
Andrew Dolgov d1328321be move published OPML endpoint to public.php 5 years ago
Andrew Dolgov 94560132dd for the most part, deal with filter rules UI 5 years ago
Andrew Dolgov 5c7416458f rpc: disable completeLabels for now 5 years ago
wn_ ce3e1756b3 Fix an undefined array key warning in 'catchupFeed'. 5 years ago
Andrew Dolgov 660a1bbe01 * switch to xhr.post() almost everywhere
* call App.handlerpcjson() automatically on json request (if possible)
 * show net/log indicators in prefs
5 years ago
Andrew Dolgov 1adb9bb6b6 profiles: use client dialog; move related methods to pref-prefs 5 years ago
Andrew Dolgov e9c3118ddd don't show E_USER_DEPRECATED on the frontpage 5 years ago
Andrew Dolgov 22fc6871e8 remove backend helper and move its only function to rpc for the time being 5 years ago
Andrew Dolgov 8e79f1717d prefs: unify naming 5 years ago
Andrew Dolgov 5704deb460 counters: unify naming 5 years ago