aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* consolidate recent autocomplete changesMario Vavti2018-05-133-32/+17
|
* streamline appearence of guest tokens individual perms with those in conneditMario Vavti2018-05-131-2/+3
|
* hubzilla issue #1045 - display pubsites link in info area if invite onlyzotlabs2018-05-121-3/+0
|
* add cancel button to editor, fix issue with autosave of categorieszotlabs2018-05-102-3/+14
|
* hubzilla issue #1169zotlabs2018-05-101-0/+2
|
* Add supported protocols to siteinfo (not siteinfo.json)zotlabs2018-05-071-0/+4
|
* Simplify first channel creation even further by using a site-configurable ↵zotlabs2018-05-072-0/+3
| | | | default permissions role and removing one more conceptual roadblock for first time registrants. This default role only applies to the first channel an account creates and can be changed from the settings page once they've started to explore. This functionality was always present but optional and not well exposed. Now it is part of the standard workflow and exposed in the admin settings.
* remove the old autocomplete cache mechanismzotlabs2018-05-061-21/+1
|
* autocomplete after 2 chars instead of 3; this was changed some months back ↵zotlabs2018-05-061-8/+8
| | | | to work around implementation quirks in the custom cache driver that is now disabled.
* use cursor-pointer class instead of fakelink to avoid the link color for the ↵Mario Vavti2018-05-052-2/+2
| | | | dropdown caret
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-05-051-1/+1
|\
| * If somebody precisely clicks the down-arrow on the author photo it should ↵zotlabs2018-05-041-1/+1
| | | | | | | | probably also trigger the dropdown
* | fix too big buttons in wiki listMario Vavti2018-05-041-2/+2
|/
* add changes from ae35ac0cec3f6bf337 to contact_autocomplete so channel ↵zotlabs2018-05-031-2/+3
| | | | source completion will work correctly
* quick fix for issue #1150 - needs improvement and review of other ↵Mario Vavti2018-05-031-2/+5
| | | | textcomplete implementations.
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-05-033-2/+5
|\
| * provide easy access to the autoperms setting for forum and repository ↵zotlabs2018-05-021-0/+1
| | | | | | | | channels. This may be needed in the future to protect an existing forum from assault by spammers with changing identities. The forum can quickly be turned into membership by approval and either left that way permanently or hopefully reversed at a later date. Previously this would require switching to expert mode or setting a pconfig manually.
| * admin delete of fileszotlabs2018-05-022-2/+4
| |
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-05-024-72/+33
|\|
| * new feature (post 3.4): allow a different username to be used when importing.zotlabs2018-05-011-0/+1
| |
| * The channel import page seems to have missed the big theme cleanup of the ↵zotlabs2018-05-012-71/+26
| | | | | | | | last couple of years.
| * provide warnings about profile photo and cover photo permissionszotlabs2018-05-012-1/+6
| |
* | Merge pull request #1120 from phellmes/devgit-marijus2018-04-272-1553/+1856
|\ \ | | | | | | Update DE translation strings
| * | Update DE translation stringsphellmes2018-04-262-1553/+1856
| | | | | | | | | | | | German strings for development branch and release candidate 3.4
* | | Merge pull request #1113 from mjfriaza/devgit-marijus2018-04-271-77/+109
|\ \ \ | |_|/ |/| | New strings: Spanish translation
| * | New strings: Spanish translationmjfriaza2018-04-251-77/+109
| | |
* | | minor fixes for dark schemaMario Vavti2018-04-261-2/+2
| | |
* | | if there is more than one textarea we need to work through all of themMario Vavti2018-04-261-17/+26
| |/ |/|
* | a better way to deal with js errors in autocomplete plugins if the object is ↵Mario Vavti2018-04-262-2/+20
| | | | | | | | not available
* | omit js error if saved searsches are turned offMario Vavti2018-04-261-1/+2
| |
* | fix the on select handlersMario Vavti2018-04-261-6/+6
| |
* | upgrade to textcomplete (jquery.textcomplete is discontinued), enable ↵Mario Vavti2018-04-262-19/+54
| | | | | | | | built-in cache and unify to start lookup after 3 characters
* | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-263-26/+31
|\ \
| * | don't load jot autosave content into other document types or edits of other ↵zotlabs2018-04-252-11/+16
| | | | | | | | | | | | items, but do save these edits in case you need to recover them
| * | some tagging workzotlabs2018-04-251-15/+15
| | |
* | | drop box-shadow from generic-content-wrapper (it's probably too 90') and use ↵Mario Vavti2018-04-253-9/+10
| | | | | | | | | | | | transparent colors for borders to work better with alternate background colors
* | | rename boxy schema to focus-boxy and bs-default to focus-lightMario Vavti2018-04-255-7/+15
| | |
* | | mark simple_* schemas unmaintained and deprecatedMario Vavti2018-04-256-0/+0
| | |
* | | more css fixes for bs-default schemaMario Vavti2018-04-251-1/+1
| | |
* | | css fixes for bs-default schemaMario Vavti2018-04-251-6/+3
| | |
* | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-251-6/+1
|\| |
| * | make tag autocomplete less scary looking in the editor. If this works out we ↵zotlabs2018-04-241-6/+1
| | | | | | | | | | | | can simplify and get rid of a huge amount of spaghetti tag logic.
* | | show caret-down on item-photo hover to indicate a dropdown menuMario Vavti2018-04-253-0/+19
|/ /
* | reverse f325c29b48b2bf954d13e89035c1e9abecdca780 - this needs discussion. ↵Mario Vavti2018-04-231-1/+0
| | | | | | | | there is a link to source in the item menu. we might consider linking the timestamp to the source item (like some of the federated networks do) but then remove it from the item dropdown (having things double proved to confuse people). imo the link in the dropdown menu should be sufficient though.
* | Merge pull request #1094 from mrjive/devgit-marijus2018-04-233-1600/+1416
|\ \ | | | | | | Adding link to post source
| * | updated Italian translationmrjive2018-04-202-1600/+1415
| | |
| * | adding link to post sourcemrjive2018-04-201-0/+1
| | |
* | | Proposed fix for issue #1091 - mod-help.cssMario Vavti2018-04-231-2/+2
| | | | | | | | | | | | - this is taken from pr #1098 which was against wrong branch
* | | Merge pull request #1097 from galettesaucisse/patch-13git-marijus2018-04-231-1/+1
|\ \ \ | | | | | | | | Proposed fix for issue #1091 - mod-help.js
| * | | Proposed fix for issue #1091Galette Saucisse2018-04-201-1/+1
| |/ /