summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-02-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-19cleanup some unused code, fix App.byId() invoked by wrong nameAndrew Dolgov
2021-02-18get rid of a few more prototype-ismsAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-18af_psql_trgm: cleanupAndrew Dolgov
2021-02-18bookmarklets: cleanupAndrew Dolgov
2021-02-18remove unneeded headingsAndrew Dolgov
2021-02-18shorten many invocations of Ajax.Request in inline form methodsAndrew Dolgov
2021-02-18af_proxy_http: markup cleanupAndrew Dolgov
2021-02-17cache_starred_images: don't try to use undefined array indexAndrew Dolgov
2021-02-17 * add (disabled) shortcut syntax for plugin methodsAndrew Dolgov
* add controls shortcut for pluginhandler tags * add similar shortcut for frontend * allow plugins to selectively exclude their methods from CSRF checking
2021-02-17af_proxy_http: don't try to proxy back to ourselvesAndrew Dolgov
2021-02-17cache_starred_images: minor fixesAndrew Dolgov
2021-02-17delete unused mail .pngsAndrew Dolgov
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