summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-02-17mail, mailto: cleanup markupAndrew Dolgov
2021-02-17plugins: load dialogs via xhr instead of httpAndrew Dolgov
2021-02-17fix some php8 warningsAndrew Dolgov
2021-02-17af_psql_trgm: don't load dialog via httpAndrew Dolgov
2021-02-17af_readability: cleanup markupAndrew Dolgov
2021-02-17close_button: fix color not applyingAndrew Dolgov
2021-02-17RIP af_tumblr_1280Andrew Dolgov
2021-02-17af_redditimgur: cleanup markupAndrew Dolgov
2021-02-17af_readability: cleanup markupAndrew Dolgov
2021-02-17af_comics: markup cleanupAndrew Dolgov
2021-02-17share: markup cleanupAndrew Dolgov
2021-02-17* implement shortcut syntax for exposed plugin methodsAndrew Dolgov
* move shared article rendering code to share plugin
2021-02-17share plugin: cleanup, fix icon not highlighting properlyAndrew Dolgov
2021-02-16cleanup markup in some plugins, make nsfw generate dijit widgetsAndrew Dolgov
2021-02-16replace a few more controls to new styleAndrew Dolgov
2021-02-16rework controls to accept parameters as arrayAndrew Dolgov
2021-02-16replace print_hidden with hidden_tagAndrew Dolgov
2021-02-16add namespaced controls with unified naming; deprecated old-style control ↵Andrew Dolgov
shortcuts
2021-02-16shorten_expanded: fix for posts without attachmentsAndrew Dolgov
2021-02-15move bookmarklet-related subscribe_to_feed_url to bookmarklet pluginAndrew Dolgov
2021-02-15diskcache: unify namingAndrew Dolgov
2021-02-15article: unify namingAndrew Dolgov
2021-02-15feeds: unify namingAndrew Dolgov
2021-02-15render enclosures on the clientAndrew Dolgov
2021-02-14render headline-specific toolbar on the clientAndrew Dolgov
2021-02-14use shortcut echo syntax for php templatesAndrew Dolgov
2021-02-13pref feeds: index cleanup, split into several methods, use tabs to maximize ↵Andrew Dolgov
space for feed tree, persist feed tree state
2021-02-12* OPML import: don't reload everything, just feed treeAndrew Dolgov
* dialogs: use auto-destroying dialog for almost all dialogs instead of destroying them manually * some general dialog-related cleanup
2021-02-12* customizeCSS: client dialogAndrew Dolgov
* remove hardcoded width from most dialogs (move to css) * add helper to easily get dialog from its widget * rework some dialog buttons to use current object instead of calling dialog by name
2021-02-11authentication: make logins case-insensitive (force lowercase)Andrew Dolgov
2021-02-10close_button: fix warningAndrew Dolgov
2021-02-08remove PHPMD.UnusedFormalParameterAndrew Dolgov
2021-02-08fix hierarchy of authentication modules, make everything extend Auth_Base ↵Andrew Dolgov
and implement hook_auth_user() for pluginhost
2021-02-08rewrite a few more hooksAndrew Dolgov
2021-02-08af_psql_trgm: fix warningAndrew Dolgov
2021-02-08fix several warnings related to feed editorAndrew Dolgov
2021-02-07bookmarklet: encode URL properly so special characters won't get lostAndrew Dolgov
2021-02-06af_redditimgur: don't try to load empty html; fix a warning in update debuggerAndrew Dolgov
2021-02-06fix a few more warningsAndrew Dolgov
2021-02-06check a few more php8 warningsAndrew Dolgov
2021-02-06more php8 fixes mostly related to loginAndrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2021-01-23af_redditimgur: handle youtube /embed/ URLsAndrew Dolgov
2021-01-22af_redditimgur: add some last minute handling for generic preview media URLs ↵Andrew Dolgov
provided in JSON
2021-01-21af_redditimgur:Andrew Dolgov
* draw a basic form for testurl() if no url is given * only process specific JSON media files/child elements until something is found * handle generic preview images for self posts (not link posts because link is handled afterwards)
2021-01-19af_redditimgur: cleanup, rework to embed stuff from reddit-provided JSON firstAndrew Dolgov
2021-01-18af_redditimgur: add basic support for reddit galleriesAndrew Dolgov
2021-01-18af_redditimgur: shorten href stuffAndrew Dolgov
2021-01-17scored_oldest_first: update sort captionAndrew Dolgov
2021-01-17add plugins/scored_oldest_firstAndrew Dolgov