aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
Commit message (Collapse)AuthorAgeFilesLines
* activity widget - turns out the owner is not relevant.zotlabs2017-03-021-9/+5
|
* activity widget - like the forum widget but represents unseen activity by ↵zotlabs2017-03-021-0/+61
| | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding.
* move admin permission decision out of the router - it is already provided in ↵zotlabs2017-02-251-1/+1
| | | | the module and the higher level check is causing some oembed redirect issues.
* apps improvementsMario Vavti2017-02-221-14/+0
|
* wrong permissionMario Vavti2017-02-211-1/+1
|
* be consistent with the namezotlabs2017-02-121-1/+1
|
* bringer - all basic functionality is implementedzotlabs2017-02-081-0/+8
|
* hide featured app category in the app category widgetMario Vavti2017-01-311-0/+1
|
* Remove unrelated chatroom panel stuff that was included accidentallyAndrew Manning2017-01-291-69/+0
|
* Add affinity slider tool settings for min and max defaults in settings/featuredAndrew Manning2017-01-291-3/+79
|
* only allow wiki owner to delete pageszotlabs2017-01-251-0/+3
|
* native wiki updatesHubzilla2017-01-181-27/+12
|
* more work on native wiki - revert now works; still remaining: diff, ↵zotlabs2017-01-171-3/+15
| | | | delete-page, rename-page and export wiki.
* native wiki stuffzotlabs2017-01-171-4/+15
|
* several minor app nitszotlabs2017-01-131-3/+6
|
* fix a glitch in sticky-kit and comment out alt_pager() in ↵Mario Vavti2016-12-211-1/+1
| | | | widget_conversations since it will not work there
* postgres is picky about this stuffzotlabs2016-12-141-2/+2
|
* wiki: do not show revert buttons if we do not have write perms and minor cleanupMario Vavti2016-12-141-1/+2
|
* simplify wikilist widgetMario Vavti2016-12-131-82/+11
|
* fix embed-image for fullscreen mode and some adjustments for /helpMario Vavti2016-12-101-1/+1
|
* fix the forum widget for forums with custom permszotlabs2016-12-021-7/+16
|
* whitespace and minor fixesMario Vavti2016-11-231-1/+1
|
* display wiki list on wiki landing page.Mario Vavti2016-11-221-1/+1
|
* Move page list back out to the side menu, but with the new page form below ↵Andrew Manning2016-11-181-0/+1
| | | | the new page button like the new wiki form. Disable text editing if viewer lacks edit permission, and change the tab label to Source instead of Edit in that case.
* revert simple checkboxMario Vavti2016-11-181-1/+1
|
* add a simple checkbox template for use in widgetsMario Vavti2016-11-181-2/+2
|
* wiki list fixesMario Vavti2016-11-171-2/+4
|
* Highlight active wiki in list in preparation for removing active wiki name ↵Andrew Manning2016-11-171-1/+13
| | | | from content section header to make room for page list viewer
* Move new wiki dialog directly underneath new wiki button in wiki list widgetAndrew Manning2016-11-161-25/+65
|
* wiki: permissions issues, untranslated strings in templates and some minor ↵zotlabs2016-11-151-2/+10
| | | | changes to provide a consistent UI with the rest of the app.
* show wiki controls only to owner and whitespace fixesMario Vavti2016-11-141-1/+1
|
* deprecate/remove get_channel_by_nick() which is just a less generalised ↵zotlabs2016-11-081-1/+1
| | | | variant of channelx_by_nick()
* provide /locs link on settings page if there is more than one hubloc for ↵zotlabs2016-11-051-2/+2
| | | | this channnel *that isn't deleted*.
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-48/+47
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-091-4/+4
| | | | queries
* allow a site to over-ride the help table-of-contents filesredmatrix2016-09-261-2/+6
|
* don't offer a settings/features link for techlevel 0 (basic or pro:0) even ↵redmatrix2016-09-201-1/+1
| | | | if there are level 0 features/categories. The definition of level 0 is "don't confuse me with options".
* remove chatroom suggestions for the time being, until somebody decides it's ↵redmatrix2016-09-041-0/+8
| | | | worth fixing and rolls up their sleeves and does it. See the notes. There's a lot of useful technology involved and some valid use cases so we won't throw the code away. There's a lot of stuff in here worth saving. We just need to spend a bit more time working through the nitty-gritty bits.
* sidebar table of contents for help hierarchies; note that these should ↵redmatrix2016-09-041-7/+29
| | | | probably be html due to extraneous linefeeds you might find in bbcode or markdown
* move doc file parsing and rendering from the module level to the help ↵redmatrix2016-09-041-0/+3
| | | | library so that it can be re-used by widgets
* some issues with saved search - tags and connection searches weren't being ↵redmatrix2016-08-311-1/+37
| | | | saved.
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-311-9/+6
| | | | other roles.
* Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵Andrew Manning2016-08-271-2/+2
|\ | | | | | | attach_move() to include/attach.php.
| * ratings are gone. They can be enabled, but there is no UI for doing so at ↵redmatrix2016-08-251-2/+2
| | | | | | | | this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings.
* | Progress implementing zip file exportAndrew Manning2016-08-171-17/+2
| |
* | Stash changes for merge with devAndrew Manning2016-08-171-0/+15
|/
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-2/+2
|
* Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-211-3/+8
|\
| * Merge branch 'dev' into permsredmatrix2016-07-171-0/+9
| |\
| * | more work on permsredmatrix2016-07-121-3/+8
| | |