aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|\
| * Merge remote-tracking branch 'mike/master' into devgit-marijus2017-08-281-1/+42
| |\
| * | rewrite comment form handlinggit-marijus2017-08-281-3/+3
| | |
* | | bring back nomadic locationszotlabs2017-08-291-0/+2
| | |
* | | add a noncezotlabs2017-08-291-0/+1
| | |
* | | add reliable signatureszotlabs2017-08-291-1/+34
| | |
* | | use top level for verificationzotlabs2017-08-281-1/+1
| | |
* | | provide support for json-ld signatures ↵zotlabs2017-08-281-0/+81
| |/ |/| | | | | (https://w3c-dvcg.github.io/ld-signatures/)
* | AS2: recipient collectionzotlabs2017-08-271-1/+42
|/
* cards: make page load after comment postzotlabs2017-08-232-1/+16
|
* several card enhancementszotlabs2017-08-231-1/+4
|
* cards featurezotlabs2017-08-231-0/+1
|
* add namespaces to activitystreams parserzotlabs2017-08-201-12/+53
|
* move activitystreams parser back to core; we will eventually need it in core ↵zotlabs2017-08-171-12/+20
| | | | utilities
* minor js and css changesgit-marijus2017-08-121-3/+3
|
* prevent uploads to comments if the channel has a default private ACL.zotlabs2017-08-102-2/+9
|
* some doco fixes and other real minor stuff to improve logreading abilityzotlabs2017-08-091-4/+5
|
* libxml errorszotlabs2017-08-092-1/+1
|
* only show upload button to those with write_storage permissionzotlabs2017-08-081-0/+1
|
* support upload of files and attachments into comments. This has some ↵zotlabs2017-08-081-0/+1
| | | | repercussions when it comes to post permissions since the commenter will not know the distribution of the post. Basically the files will be uploaded with the commenter's default ACL. Most of the time this will do the right thing.
* make config requirements in apps more universal - provide key and valuegit-marijus2017-08-061-6/+4
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-08-011-6/+25
|\
| * correct the logic for configs in app requirementgit-marijus2017-08-011-6/+25
| |
* | auto preview when inserting a media item or embed into a post. Since this ↵zotlabs2017-08-011-0/+1
|/ | | | unanticipated action could be alarming (some might think the post was actually submitted), also provide a visible preview indicator within the previewed content. Remove the css for the old striped background image which hasn't been available for previewed content for a year or two.
* implement system configs as app requirement and add the pubstream appgit-marijus2017-07-311-4/+10
|
* move the active app code to include/nav.php - it is only relevant theregit-marijus2017-07-261-3/+0
|