aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* pubstream comments and a few other bugfixes that were discovered along the wayzotlabs2017-11-261-0/+8
|
* some more work on mod hqMario Vavti2017-11-241-0/+4
|
* optional divider between item header and bodyzotlabs2017-11-221-1/+2
|
* article featurezotlabs2017-11-222-1/+16
|
* fix issues with apporder related to recent pinned apps changesMario Vavti2017-11-191-2/+2
|
* add > pin and remove > unpinMario Vavti2017-11-161-2/+2
|
* provide ability to pin apps to navbar from /apps. this removes the ability ↵Mario Vavti2017-11-161-12/+29
| | | | to have per custom navbar pinned apps - this can be added later if desired
* revert back to get the mid from enotify - otherwise we can not distinct ↵Mario Vavti2017-11-101-1/+2
| | | | between posts and likes
* get the path infos from pathname instead of seperate data attributeMario Vavti2017-11-091-1/+0
|
* load notifications links to /display via ajax if we are already in /displayMario Vavti2017-11-091-0/+1
|
* Merge branch 'dev' into docugit-marijus2017-11-041-1/+5
|\
| * provide short localised summary for likes that will end up in displayed ↵zotlabs2017-11-031-1/+5
| | | | | | | | notifications
* | :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-036-86/+193
|/ | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* ability to pin apps to the navbar when using named navbarszotlabs2017-10-081-0/+7
|
* check write_storage permission in /displayzotlabs2017-10-081-1/+1
|
* no need to move $modrated check upMario Vavti2017-10-061-2/+3
|
* to find out if a comment is to be moderated we need to look at the actual ↵Mario Vavti2017-10-061-2/+1
| | | | comment not at its parent
* enable anonymous comments also in /displayMario Vavti2017-10-061-1/+1
|
* typozotlabs2017-10-051-1/+1
|
* Add JSalmon signing library for Zot6. See ↵zotlabs2017-10-051-0/+38
| | | | https://macgirvin.com/wiki/mike/Zot%2BVI/Encryption/Signatures
* add admin app - the site admin link probably does not belong in the ↵zotlabs2017-10-051-1/+1
| | | | 'usermenu' and this is a first step to straigtening out that historical mistake.
* wiki double encoding html entitieszotlabs2017-10-041-1/+1
|
* typozotlabs2017-09-251-1/+1
|
* more zot6 basic stuffzotlabs2017-09-251-0/+7
|
* missing Zlib filezotlabs2017-09-241-0/+25
|
* handle jsonld parse errors and send them to the app log instead of the php log.zotlabs2017-09-241-1/+9
|
* change back to the ugly content-typezotlabs2017-09-201-1/+1
|
* add more signature loggingzotlabs2017-09-201-1/+4
|
* fix namespace parsing issuezotlabs2017-09-201-5/+9
|
* use frozen jsonld contextszotlabs2017-09-192-6/+8
|
* perform caching of jsonld schemaszotlabs2017-09-191-0/+2
|
* fix various wikipage widget issues (sort pages by name, respect locked mime ↵Mario2017-09-191-1/+8
| | | | type setting, move create tool back to the bottom)
* more mastodon testingzotlabs2017-09-171-1/+10
|
* wiki: update acl on child pages when wiki perms changezotlabs2017-09-161-0/+12
|
* wiki sync - we weren't getting the child pageszotlabs2017-09-161-0/+6
|
* set update_title to falseMario2017-09-151-0/+2
|
* implement wiki editingMario2017-09-151-5/+46
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devgit-marijus2017-09-152-10/+14
|\
| * wiki: lock mimetypezotlabs2017-09-141-5/+10
| |
| * bring back wiki downloadzotlabs2017-09-141-3/+3
| |
* | some work on wiki aclgit-marijus2017-09-151-1/+8
|/
* add text/plain type to wikizotlabs2017-09-131-2/+5
|
* wiki mimetype selection. We can add text/plain as soon as we add code to ↵zotlabs2017-09-121-6/+8
| | | | purify and render it specifically.
* wiki mimetypezotlabs2017-09-121-1/+1
|
* wiki mimetype selectionzotlabs2017-09-121-1/+7
|
* drop salmon until we improve performancezotlabs2017-09-121-1/+2
|
* typo in ldsigszotlabs2017-09-112-2/+14
|
* provide sharing of cardszotlabs2017-09-051-1/+2
|
* 32 characters are often not enough to distinguish gnu-social mids - use the ↵Mario Vavti2017-09-051-1/+1
| | | | entire mid. in /display if we are not dealing with posts (eg likes) provide the thr_parent mid as bParam_mid so we can still adress the right post in javascript
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-291-3/+3
|\