summaryrefslogtreecommitdiff
path: root/classes/pref
AgeCommit message (Expand)Author
2021-03-12Add coalescing operator to otp_enabled when changing user passwordPhilip Klempin
2021-03-10grid view tweaksAndrew Dolgov
2021-03-10experimental: add preference to show combined mode headlines as a 2 column gridAndrew Dolgov
2021-03-09show E_COMPILE_ERROR in event log at higher severity levelsAndrew Dolgov
2021-03-09app password list: fix th/td alignmentAndrew Dolgov
2021-03-08Default to null 'rv' for plugin update check.wn_
2021-03-08fix some php8 warningsAndrew Dolgov
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-07logger: use constants instead of hardcoded string literalsAndrew Dolgov
2021-03-07hide event log accordion pane if LOG_DESTINATION is not sqlAndrew 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-06 * don't try to update custom set feed faviconsAndrew 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-03reduce Amount of Caps Used in Multiple DialogsAndrew Dolgov
2021-03-03add a send test email button to prefs/systemAndrew Dolgov
2021-03-02add digest preview button, also fix a bunch of bugsAndrew Dolgov
2021-03-02limit user data sent to frontendAndrew Dolgov
2021-03-02user editor: allow toggling otpAndrew Dolgov
2021-03-02use orm when setting personal data; fix some warnings in mailer classAndrew Dolgov
2021-03-02feeds/_add_cat: use ORMAndrew Dolgov
2021-03-02use orm for feed access keysAndrew Dolgov
2021-03-02* sanitize: never rewrite relative links to our own prefixAndrew Dolgov
2021-03-02remove (unused) prefs/toggleAdvancedAndrew Dolgov
2021-03-02use orm for app password stuffAndrew Dolgov
2021-03-01don't try to pass string literal NOW() to ORM as a timestampAndrew Dolgov
2021-03-01use orm for a bunch of short feed/cat queriesAndrew Dolgov
2021-03-01userhelper: use orm for a few more user-related thingsAndrew Dolgov
2021-03-01userhelper: use orm for some thingsAndrew Dolgov
2021-03-01initial for idiormAndrew 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