summaryrefslogtreecommitdiff
path: root/classes/pref/prefs.php
AgeCommit message (Expand)Author
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
2021-02-27add plugin updates checker into normal updates checkerAndrew Dolgov
2021-02-27disable plugin update checking if CHECK_FOR_UPDATES is disabledAndrew Dolgov
2021-02-27don't try to update all pluginsAndrew Dolgov
2021-02-27only show plugin update buttons when neededAndrew Dolgov
2021-02-27add basic updater for stuff in plugins.localAndrew Dolgov
2021-02-27add an option to disable conditional countersAndrew Dolgov
2021-02-26* switch to composer for qrcode and otp dependenciesAndrew Dolgov
2021-02-26upd previousAndrew Dolgov
2021-02-26add Prefs::DEBUG_HEADLINE_IDSAndrew Dolgov
2021-02-26add a separator before HEADLINES_NO_DISTINCTAndrew Dolgov
2021-02-26add an option to disable DISTINCT on headlines query (unless it's Labels cate...Andrew Dolgov