summaryrefslogtreecommitdiff
path: root/plugins/share
AgeCommit message (Collapse)Author
2023-02-24add override links to utility viewsVeit Lehmann
This enables `local-overrides.css` and `local-overrides.js` for all utility views, for example to add polyfills, enable responsive styling or to adjust styles globally.
2022-01-14share plugin: fix previousAndrew Dolgov
2021-11-14deal with phpstan warnings in plugins/note, nsfw, and shareAndrew Dolgov
2021-11-13set some annotations on Plugin hook methodsAndrew Dolgov
2021-11-13no need to duplicate annotationsAndrew Dolgov
2021-11-13phpstan: deal with plugins/shareAndrew Dolgov
2021-11-11Address PHPStan warnings in 'classes/sanitizer.php'.wn_
This also includes some minor tweaks to things that call 'Sanitizer::sanitize()'.
2021-05-12Fix:Plugins-share:init.php - site_url is NULL when share article by URL from ↵linkai
archived
2021-05-11Fix:Plugins-share:init.php - site_url is NULL when share article by URL from ↵linkai
archived
2021-04-26Fix:Plugins-share:init.php - site_url is NULL when share atircle by URL form ↵linkai
archived
2021-03-21share: move og:image back to headAndrew Dolgov
2021-03-11update zoom layout a bitAndrew Dolgov
2021-03-07nsfw: support API clientsAndrew Dolgov
2021-03-06add some icons, remove some wordsAndrew Dolgov
2021-03-01hide version for bundled plugins because it's meaningless; for everything ↵Andrew Dolgov
else support showing version using git (if about[0] is null)
2021-02-19modify classname helpers to use element.classList; fix feed debugger & ↵Andrew Dolgov
share--get
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
2021-02-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-18get rid of a few more prototype-ismsAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew 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-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-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
2019-02-22dialogs: use semantic markup instead of dlgsec stuffAndrew Dolgov
continue unifying quoting style for html strings
2019-02-22plugins/share: update layoutAndrew Dolgov
2019-02-21UI: add some more info links to relevant wiki pages; minor layout updatesAndrew Dolgov
2018-12-09center previously centered text on single line dialog panelsAndrew Dolgov
2018-12-09share plugin: fix unshare()Andrew Dolgov
2018-12-07remove separate classes for various panels, unify under .panelAndrew Dolgov
remove a few other unnecessary css classes/ids
2018-12-05share by url stuff: use link icon instead of shareAndrew Dolgov
2018-12-05remove share.pngAndrew Dolgov
2018-12-05plugins: note,shared - move to iconfontAndrew Dolgov
2018-12-04updates for flat theme (mostly disable old dijit overrides)Andrew Dolgov
2018-12-04normalize various font sizes and families between prefs & main UIAndrew Dolgov
change some dialogs layout a bit to maybe become more readable
2018-12-03remove some plugin JS code out of global contextAndrew Dolgov
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02move some more stuff out of common.jsAndrew Dolgov
rework client-side cookie functions a bit limit dojo cachebust based on server scripts modification time remove param_escape()
2018-11-30plugins: add some xhrPost refactoringAndrew Dolgov
2018-11-30remove ok = confirm() thingAndrew Dolgov
2017-12-11add some primary dialog actions; update cssAndrew Dolgov
2017-12-03plugin base class: init pdo objectAndrew Dolgov
plugins/share: use PDO
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
2017-02-12Prevent target='_blank' vulnerability on dynamic linkJérémy DECOOL
2015-08-13various minor style updates, add danger buttonsAndrew Dolgov
2015-08-03add one catchall function to make uniqids/keyhashes/etc used by tt-rssAndrew Dolgov