aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* provide a mechanism to mark apps active in the bingit-marijus2017-07-211-0/+3
|
* activitypub, cont.zotlabs2017-07-171-1/+1
|
* initial activitystreams2 parserzotlabs2017-07-161-0/+86
|
* turn platform name and std_version into config variableszotlabs2017-07-132-3/+8
|
* oopsyzotlabs2017-06-211-1/+1
|
* more anon comment fixeszotlabs2017-06-201-1/+1
|
* prevent likes/dislikes/etc. from anon commenterszotlabs2017-06-201-4/+4
|
* minor cleanup of moderated comment featurezotlabs2017-06-181-1/+1
|
* allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-183-4/+17
|
* add numbers to the techlevel descriptions because that's what we will use to ↵zotlabs2017-06-111-6/+6
| | | | indicate a minimum level in documentation
* start deprecation of server_rolezotlabs2017-05-291-2/+0
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-231-2/+0
|\
| * wiki auto language select to match webpages implementationzotlabs2017-05-231-1/+1
| |
| * some issues with the app order template logiczotlabs2017-05-231-2/+2
| |
| * apporder module and all the associated backend stuff to make it work; ↵zotlabs2017-05-231-1/+86
| | | | | | | | probably needs a bit of UI cleanup and a link to it from somewhere
* | add 'apps' appzotlabs2017-05-231-0/+1
| |
* | wiki auto language select to match webpages implementationzotlabs2017-05-221-1/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-221-3/+0
|\|
| * Merge pull request #783 from zotlabs/app_ordergit-marijus2017-05-171-0/+44
| |\ | | | | | | provide mechanism to arbitrarily sort the nav tray apps, currently th…
| | * provide mechanism to arbitrarily sort the nav tray apps, currently the ↵zotlabs2017-05-161-0/+44
| | | | | | | | | | | | preferred order list needs to be manually created
| * | Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ↵zotlabs2017-05-141-5/+5
| |/ | | | | | | but this prevents it from rendering
| * markdown autolinks - hubzilla bug #752zotlabs2017-05-051-5/+12
| |
| * issues from hubzilla:#737zotlabs2017-04-273-5/+16
| |
* | some issues with the app order template logiczotlabs2017-05-211-2/+2
| |
* | apporder module and all the associated backend stuff to make it work; ↵zotlabs2017-05-211-1/+86
| | | | | | | | probably needs a bit of UI cleanup and a link to it from somewhere