Commit Graph

189 Commits (96ebdb70b3d0cc1b86f8a4ebe8cdb53dc1dfd170)

Author SHA1 Message Date
Andrew Dolgov b41c5741fe disable OTP on user password reset 12 years ago
Andrew Dolgov 4a80c57c50 remove some unused code reported by phpmd 12 years ago
Andrew Dolgov ab85ad89b3 otp: use application name in provisioning uri 12 years ago
Andrew Dolgov 4c63934bac increase randomness of shared url keys a bit 12 years ago
Andrew Dolgov 76d78eb2e7 remove unnecessary wrapping from share uniqid() keys 12 years ago
Andrew Dolgov bf5bcb8e27 queryFeedHeadlines: remove obsolete content_preview 12 years ago
Andrew Dolgov e7a40490b8 filters: add a link to the wiki page to the rule create/edit dialog 13 years ago
Andrew Dolgov 74175e6ae3 fix filter content previews showing html content 13 years ago
Andrew Dolgov 1a545dcb44 mark feed with error in headlines toolbar, use error icon in feed editor 13 years ago
Andrew Dolgov 41a7a066ef share: move unsharing all articles into the plugin 13 years ago
Andrew Dolgov a290e9ea2e fix crash in filter preferences 13 years ago
Andrew Dolgov f48d89fd58 Merge branch 'hookhead' of git://github.com/justauserx/Tiny-Tiny-RSS into justauserx-hookhead 13 years ago
Andrew Dolgov 06a39024dd plugin list: fix system plugins image position 13 years ago
Andrew Dolgov 2f20dd58d2 integrate silk icons by Mark James 13 years ago
justauser 6763143835 Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raised 13 years ago
justauser 7171f32dc5 Merge remote-tracking branch 'origin' into hookhead
Conflicts:
	classes/feeds.php

fix for merging up to the origin
13 years ago
justauser 891e36f57e Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided. 13 years ago
Andrew Dolgov afa1a260d0 fix inverse status not being set correctly for filters when creating
them
fix inverse rules not being saved/restored properly through opml
13 years ago
Andrew Dolgov 44727c79ad batch feed editor: remove title and feed url because batch editing those makes no sense whatsoever 13 years ago
Andrew Dolgov da8d534ac1 minor user editor updates 13 years ago
Andrew Dolgov d9afd9b2b5 use dojo stuff for user details 13 years ago
Andrew Dolgov 808ef3d4fc pref-users: remove useless javascript: prefix 13 years ago
Andrew Dolgov 222a61c222 user editor: use dojo stuff 13 years ago
Andrew Dolgov 496195db4e fix calculation of feed counts in pref-feeds editor 13 years ago
Andrew Dolgov 610fe11535 add HOOK_PREFS_TAB_SECTION to user manager toolbar 13 years ago
Andrew Dolgov 5bbc4bb4b0 move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
13 years ago
Andrew Dolgov 8429af52be adjust previous patch phrasing a bit 13 years ago
Mike Frysinger 5bac322258 document the date format string
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).
13 years ago
Andrew Dolgov c594eca0de implement additional counter mode for virtual feeds when there's 0 unread articles 13 years ago
Andrew Dolgov 11334fdf6c make appearance of some preference panes more similar 13 years ago
Andrew Dolgov d29357fa02 fix more hphp detected issues 13 years ago
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 13 years ago
Andrew Dolgov e5e6cde06a remove support for hiding empty categories in prefs editor because people are dumb 13 years ago
Andrew Dolgov 0e72dbd79e Merge pull request #179 from nottwo/$link-cleanup
Remove obsolete $link parameter for password reset
13 years ago
Andrew Dolgov 8d090a910b use css nth-child instead of old even/odd class hacks for normal mode 13 years ago
Trannie Carter 233b74ad22 Remove obsolete $link parameter for password reset 13 years ago
Andrew Dolgov 52e7b5a096 add clear sql log button 13 years ago
Andrew Dolgov 258068b379 do not calculate favicon color on manual icon replace 13 years ago
Andrew Dolgov bd02d29e1b prefs: update some descriptions to be more consistent 13 years ago
Andrew Dolgov 7b149552cb remove language selector from the login form, store language in the database per-user 13 years ago
Andrew Dolgov e57a1507ae do not use session cookie lifetime for additional cookies 13 years ago
Andrew Dolgov a845a3d5e5 otp: display notice if GD is missing 13 years ago
Andrew Dolgov 8cefe38a0a add HOOK_PREFS_SAVE_FEED 13 years ago
Andrew Dolgov 057177eb2c add HOOK_PREFS_EDIT_FEED 13 years ago
Andrew Dolgov b367c951b9 make logging configurable; add logging to syslog 13 years ago
Andrew Dolgov 48ed517e8d pref_prefs: remove second argument from the constructor 13 years ago
Andrew Dolgov 1ffe3391f9 make pluginhost a singleton 13 years ago
Andrew Dolgov 52d88392da move db-prefs to OO 13 years ago
Andrew Dolgov d9c85e0f11 classes: use OO DB interface 13 years ago
Andrew Dolgov 01568557b5 log viewer: add refresh button 13 years ago