Commit Graph

659 Commits (master)

Author SHA1 Message Date
Andrew Dolgov f56a4eab17 use orm for app password stuff 3 years ago
Andrew Dolgov 031ee47a3e don't try to pass string literal NOW() to ORM as a timestamp 3 years ago
Andrew Dolgov 56f658711f use orm for a bunch of short feed/cat queries 3 years ago
Andrew Dolgov 8b1a2406e6 userhelper: use orm for a few more user-related things 3 years ago
Andrew Dolgov 127a868e40 userhelper: use orm for some things 3 years ago
Andrew Dolgov f38be747d1 initial for idiorm 3 years ago
Andrew Dolgov 6359259dbb simplify internal authentication code and bump default algo to SSHA-512 3 years ago
Andrew Dolgov 320503dd39 move version-related stuff to Config; fix conditional feed requests 3 years ago
Andrew Dolgov 20a844085f hide version for bundled plugins because it's meaningless; for everything else support showing version using git (if about[0] is null) 3 years ago
Andrew Dolgov 7ef72fe0dc move startup checks to Config, set a bunch of @deprecated annotations 3 years ago
Andrew Dolgov b05d4e3d9f speed up plugin updating a bit, fix some phpstan warnings 3 years ago
Andrew Dolgov e2cbb54b2c plugin updater: show changes before updating 3 years ago
Andrew Dolgov 7f2fe465b0 add plugin updates checker into normal updates checker 3 years ago
Andrew Dolgov d821e4b090 disable plugin update checking if CHECK_FOR_UPDATES is disabled 3 years ago
Andrew Dolgov 85f411d688 don't try to update all plugins 3 years ago
Andrew Dolgov de63e3799a only show plugin update buttons when needed 3 years ago
Andrew Dolgov dfff2cef7b add basic updater for stuff in plugins.local 3 years ago
Andrew Dolgov 5edcbf2e9b add an option to disable conditional counters 3 years ago
Andrew Dolgov ef8c3abd7e Merge branch 'master' of git.tt-rss.org:fox/tt-rss 3 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
3 years ago
fox c6fb62f384 Merge pull request 'fix-mysql-support' (#10) from klatch/tt-rss:fix-mysql-support into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/10
3 years ago
Andrew Dolgov 26a6177bc9 upd previous 3 years ago
Andrew Dolgov 9689f884ab add Prefs::DEBUG_HEADLINE_IDS 3 years ago
Andrew Dolgov 05f690c86b add a separator before HEADLINES_NO_DISTINCT 3 years ago
Andrew Dolgov f3d4bae32e add an option to disable DISTINCT on headlines query (unless it's Labels category) 3 years ago
Andrew Dolgov dcf0135285 logger: shorter syntax 3 years ago
Andrew Dolgov 1464abbbfc prefs cleanup 3 years ago
Andrew Dolgov c96172fa04 use constants in get_pref()/set_pref() 3 years ago
Andrew Dolgov 5aa05c90e1 pref-prefs: use constants instead of hardcoded strings 3 years ago
Andrew Dolgov 6f02b1afd0 cleanup a bunch of old prefs code 3 years ago
Frenck Lutke 2f2642bbd4 add fallback for feed_language on edit-feed-saving
Feed_language is only included in the form if running on pgsql, failing
the not null constraint on mysql setups.
3 years ago
Andrew Dolgov bd2314170d implement prefs UI based on new prefs class and a few more things 3 years ago
Andrew Dolgov 988eb3ac91 initial (wip) for new prefs 3 years ago
Andrew Dolgov 2f14fa1bc3 add a hack to position labels on a dijit toolbar better 3 years ago
Andrew Dolgov 8d2e3c2528 drop errors.php and simplify error handling 3 years ago
Andrew Dolgov 2ae0b7059f cleanup some defined-stuff 3 years ago
Andrew Dolgov 211f699aa0 migrate the rest into Config:: 3 years ago
Andrew Dolgov e4107ac952 wip: initial for config object 3 years ago
Andrew Dolgov be4e7b1340 fix several issues reported by phpstan 3 years ago
Andrew Dolgov f6bfb89b29 pref-prefs: switch to new control shorthand in a few places 3 years ago
Andrew Dolgov 861a632ac7 move published opml JS code to pref helpers 3 years ago
Andrew Dolgov 521d0b65c7 batch feed editor: use tab layout, cleanup 3 years ago
Andrew Dolgov d1328321be move published OPML endpoint to public.php 3 years ago
Andrew Dolgov 2843b99171 minor filter UI layout fix 3 years ago
Andrew Dolgov 810afdaf5a prevent creation of filter rules matching no feeds 3 years ago
Andrew Dolgov 3b8d69206c deal with filter actions UI 3 years ago
Andrew Dolgov 94560132dd for the most part, deal with filter rules UI 3 years ago
Andrew Dolgov b4e96374bc more filter stuff 3 years ago
Andrew Dolgov 590b1fc39e a few more methods shuffled around 3 years ago
Andrew Dolgov be91355c20 first for filter frontend overhaul 3 years ago
Andrew Dolgov 22fe9b54d2 feed editor: use client dialog 3 years ago
Andrew Dolgov 9586c72a17 wip: feed editor client-side 3 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
3 years ago
Andrew Dolgov bb4e4282f4 migrate a bunch of xhrPost invocations 3 years ago
Andrew Dolgov 00310d2d23 cleanup some unused code, fix App.byId() invoked by wrong name 3 years ago
Andrew Dolgov dcfea9baac properly validate feed editor dialog 3 years ago
Andrew Dolgov 70fa423026 initial for RIP prototype/scriptaculous 3 years ago
Andrew Dolgov 75435aa960 user details: cleanup 3 years ago
Andrew Dolgov 39c0fe3697 shorten many invocations of Ajax.Request in inline form methods 3 years ago
Andrew Dolgov 1adb9bb6b6 profiles: use client dialog; move related methods to pref-prefs 3 years ago
Andrew Dolgov 91e7969383 replace a few more controls to new style 3 years ago
Andrew Dolgov 24c79d91c2 controls_compat: comment out most of them 3 years ago
Andrew Dolgov f58c49beaa replace a few more controls to new style 3 years ago
Andrew Dolgov bdbbdbb0ed rework controls to accept parameters as array 3 years ago
Andrew Dolgov 627af2c236 amend previous to fix actual underlying problem (double escaping) 3 years ago
Andrew Dolgov 1f5d81b77c use a few more control helpers for checkboxes 3 years ago
Andrew Dolgov 1f43d7916c replace print_hidden with hidden_tag 3 years ago
Andrew Dolgov 26d6b84a57 add namespaced controls with unified naming; deprecated old-style control shortcuts 3 years ago
Andrew Dolgov cb6b3584ce pref-labels: remove unused code 3 years ago
Andrew Dolgov 70e293bccb pref-filters: fix some warnings 3 years ago
Andrew Dolgov 39604bedef move reset_password to UserHelper 3 years ago
Andrew Dolgov bd3c38de84 move bookmarklet-related subscribe_to_feed_url to bookmarklet plugin 3 years ago
Andrew Dolgov 91285e3868 router: add additional logging for refused requests; reject requests for methods starting with _ 3 years ago
Andrew Dolgov 8e79f1717d prefs: unify naming 3 years ago
Andrew Dolgov 020f062a76 feeds: unify naming 3 years ago
Andrew Dolgov 6b006a18e7 subscribe to feed: use client dialog 3 years ago
Andrew Dolgov a2e688fcb2 render headline-specific toolbar on the client 3 years ago
Andrew Dolgov 4996d8ccfe pref-users edit: use client dialog 3 years ago
Andrew Dolgov 0b7377238a add Handler_Administrative 3 years ago
Andrew Dolgov 33ea46c2bc pref-users/add: remove unused variable 3 years ago
Andrew Dolgov 0fbf109912 * remove users/filters toolbar edit button (just click on it)
* fix title of edit filter dialog always showing create filter
3 years ago
Andrew Dolgov a8cc43a0ff move logout_user() to UserHelper 3 years ago
Andrew Dolgov 2547ece0ca pref-users: cleanup index 3 years ago
Andrew Dolgov 1c7e4782aa prefs system: load phpinfo using inline method 3 years ago
Andrew Dolgov 6b5c9c781b pref prefs: load secondary tabs when needed 3 years ago
Andrew Dolgov e5cedc7d5f appPasswordList: markup cleanup 3 years ago
Andrew Dolgov 8e75551f95 pref prefs: split index into manageable chunks 3 years ago
Andrew Dolgov 15fd23c374 use shortcut echo syntax for php templates 3 years ago
Andrew Dolgov d4c925819b pref-feeds: load error button via xhr 3 years ago
Andrew Dolgov 43d8a1f2ff remove getinactivefeeds (duplicate functionality) 3 years ago
Andrew Dolgov 103d30ad3f batch subscribe: use client dialog 3 years ago
Andrew Dolgov c36b2adf84 feeds with errors: use client dialog 3 years ago
Andrew Dolgov 8464c619e4 inactive feeds: use client dialog 3 years ago
Andrew Dolgov 17413078a7 pref feeds: index cleanup, split into several methods, use tabs to maximize space for feed tree, persist feed tree state 3 years ago
Andrew Dolgov 9684ce5c4b minor fixes re: previous 3 years ago
Andrew Dolgov b112198991 pref filters index: markup cleanup 3 years ago
Andrew Dolgov 5127c29297 prefs system: markup cleanup 3 years ago
Andrew Dolgov aa63014073 pref-labels index: use cleaner markup 3 years ago
Andrew Dolgov 46f6d7c11a pref-labels/index: cleanup 3 years ago
Andrew Dolgov e7924c6dac label editor: use client dialog 3 years ago