summaryrefslogtreecommitdiff
path: root/classes/pref/prefs.php
AgeCommit message (Expand)Author
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2023-06-14disable app passwords in the UI if auth_internal is not loadedAndrew Dolgov
2022-11-28Consistently get the self URL.wn_
2022-11-12Address upcoming string interpolation deprecation.wn_
2022-08-12Use the null coalescing assignment operator in various places.wn_
2022-08-12Replace use of 'array_merge' with the spread operator and 'array_push' in var...wn_
2022-08-12Use arrow functions in some places.wn_
2022-08-12Switch to direct type declarations of class properties.wn_
2022-07-16Fix an error when disabling all user pluginsChih-Hsuan Yen
2022-06-05fix PHP8 undefined array key warning when resetting prefs to defaultsAndrew Dolgov
2021-12-02Fixes declaration of Pref_Prefs::csrf_ignore to match IHandler::csrf_ignorejbaldus
2021-11-14Address PHPStan warning in 'classes/pref/prefs.php'.wn_
2021-11-14 * deal with some phpstan warnings in base plugin classAndrew Dolgov
2021-11-12Update signature of handler 'csrf_ignore' to include types.wn_
2021-11-10add two helper account access levels:Andrew Dolgov
2021-11-01Address PHPStan warning in 'classes/pref/prefs.php'.wn_
2021-06-16add settings profile cloningAndrew Dolgov
2021-03-29OTP: generate longer secrets, also make them easier to read/copyAndrew Dolgov
2021-03-17prefs: allow setting email if it was previously blankAndrew Dolgov
2021-03-10grid view tweaksAndrew Dolgov
2021-03-10experimental: add preference to show combined mode headlines as a 2 column gridAndrew Dolgov
2021-03-09app password list: fix th/td alignmentAndrew Dolgov
2021-03-08Default to null 'rv' for plugin update check.wn_
2021-03-07check updates one plugin at a timeAndrew Dolgov
2021-03-07fix previous to actually save enabled pluginsAndrew Dolgov
2021-03-07prevent list of enabled plugins resetting if saved while in search resultsAndrew Dolgov
2021-03-06add some icons, remove some wordsAndrew Dolgov
2021-03-06some small layout fixes, remove a few inline stylesAndrew Dolgov
2021-03-06render list of plugins on the clientAndrew Dolgov
2021-03-05use separate database column for OTP secrets (migrate previous format if needed)Andrew Dolgov
2021-03-05add a bunch of button iconsAndrew Dolgov
2021-03-05don't check for plugin updates automatically on pane openAndrew Dolgov
2021-03-04show installed plugins in the installer listAndrew Dolgov
2021-03-04shorten plugin list action buttonsAndrew Dolgov
2021-03-04_get_available_plugins: decode as arrayAndrew Dolgov
2021-03-04add search to plugin installerAndrew Dolgov
2021-03-04use orm for settings profiles stuffAndrew Dolgov
2021-03-03add basic local plugin uninstallerAndrew Dolgov
2021-03-03add basic plugin installer (uses tt-rss.org)Andrew Dolgov
2021-03-03add update button for system pluginsAndrew Dolgov
2021-03-02add digest preview button, also fix a bunch of bugsAndrew Dolgov
2021-03-02use orm when setting personal data; fix some warnings in mailer classAndrew Dolgov
2021-03-02remove (unused) prefs/toggleAdvancedAndrew Dolgov
2021-03-02use orm for app password stuffAndrew Dolgov
2021-03-01simplify internal authentication code and bump default algo to SSHA-512Andrew Dolgov
2021-03-01move version-related stuff to Config; fix conditional feed requestsAndrew Dolgov
2021-03-01hide version for bundled plugins because it's meaningless; for everything els...Andrew Dolgov
2021-03-01move startup checks to Config, set a bunch of @deprecated annotationsAndrew Dolgov
2021-02-28speed up plugin updating a bit, fix some phpstan warningsAndrew Dolgov
2021-02-28plugin updater: show changes before updatingAndrew Dolgov