summaryrefslogtreecommitdiff
path: root/classes/pref/prefs.php
AgeCommit message (Collapse)Author
2018-12-03prefs: Prefs global -> HelpersAndrew Dolgov
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02prefs: move more global functions into matching classesAndrew Dolgov
2018-12-02prefs: move other tree-related functions to respective treesAndrew Dolgov
2018-12-02prefs: store active tab for reload, remove most old table row functionsAndrew Dolgov
2018-12-02remove obsolete row selection functionsAndrew Dolgov
move getUrlParam() to Utils
2018-11-30remove expandable CDM headlinesAndrew Dolgov
2018-11-30some more xhrPost refactoring (batchEditSave WIP)Andrew Dolgov
2018-09-07rewrite per-feed/global strip images to strip mediaAndrew Dolgov
2018-06-20move OTPHP to vendor/; additionally move Base32 class to OTPHP namespaceAndrew Dolgov
2018-03-15fixed "reset to defaults" in preferencestsia
2017-12-22fix two-factor authenticatonFrancesco Turco
2017-12-15isdefaultpassword: use method_exists() to check for check_passwordAndrew Dolgov
2017-12-14Fix typo from previous pull requestsimonp
2017-12-14Check if the auth module supports check_password() method before using itBenjamin Collet
2017-12-14fix single user mode login failing because of isdefaultpassword()Andrew Dolgov
2017-12-11pref-prefs: set button classesAndrew Dolgov
2017-12-03force strip_tags() on all user input unless explicitly allowedAndrew Dolgov
2017-12-03fix some minor issues found by code analyzerAndrew Dolgov
2017-12-03add defaultPasswordWarning nag dialogAndrew Dolgov
2017-12-03main classes: remove sql_bool_to_bool() kludgeAndrew Dolgov
2017-12-03otpenable: use pdo prepare()Andrew Dolgov
2017-12-02pref-prefs: PDOAndrew Dolgov
2017-07-04remove obsolete forum plugin linksAndrew Dolgov
mention how to enable system plugins in the UI
2017-06-24db prefs: ignore cache when preference requested for specified UID (in case ↵Andrew Dolgov
cached value of a different profile is stored) prefs: show (and set) enabled plugins for default profile only
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-03-04simplify error handlingAndrew Dolgov
* less convoluted exception dialogs * use window.onerror for the majority of exception catching/reporting * remove most of now useless try/catch blocks * report stacktrace instead of manually specified error locations
2017-02-12Prevent target='_blank' vulnerability on dynamic linkJérémy DECOOL
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-01-26preferences: set themes dropdown to default if selected theme is missingAndrew Dolgov
2017-01-25implement cache-busting for default theme.cssAndrew Dolgov
night theme: small fixes
2016-01-13updates: auto-disable CURL if open_basedir is enabled, notify possible ↵Andrew Dolgov
issues w/ plugins
2016-01-07remove option ALLOW_DUPLICATE_POSTS as confusing/uselessAndrew Dolgov
2015-10-08don't init plugins when loading everything to make a list, duhAndrew Dolgov
2015-08-11add plugin-based filter actions (see example plugin in attic)Andrew Dolgov
bump schema
2015-08-11minor textarea fixesAndrew Dolgov
2015-08-11add styles for several other dijit elementsAndrew Dolgov
2015-07-06add a bit more visible separate infobox for password change resultsAndrew Dolgov
2015-06-07fix some minor typos and stuffAndrew Dolgov
2015-06-05support loading themes from themes.localAndrew Dolgov
2015-02-21remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of ↵Andrew Dolgov
the results)
2014-12-09require version information in all additional themesAndrew Dolgov
2014-06-10add FEEDS_SORT_BY_UNREAD to blacklist (removed)Andrew Dolgov
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2014-01-19otp: use application name in provisioning uriAndrew Dolgov
2013-07-10plugin list: fix system plugins image positionAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-05-19adjust previous patch phrasing a bitAndrew Dolgov
2013-05-19document the date format stringMike Frysinger
I assumed the format string was related to strftime except all of the fields looked really weird. After digging in the code, this string is actually used with php's date(). Add a note for this so other people can jump quickly to the relevant documentation (which is useful for non-php peeps who have no idea what this is).