aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | 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-263-5/+16
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-191-1/+1
|\|
| * order wiki pages by creation dateMario Vavti2017-04-191-1/+1
| |
| * don't allow any null fields in notify creationzotlabs2017-04-191-2/+3
| |
| * app sorting issuezotlabs2017-04-031-3/+13
| |
| * provide compatibility with old-style update systemzotlabs2017-03-311-6/+16
| |
| * get rid of 'davguest' and allow for project specific DB updates (currently ↵zotlabs2017-03-311-10/+14
| | | | | | | | db updates are common between all possible projects/subprojects/forks).
| * move db_upgrade to zlibzotlabs2017-03-312-1/+105
| |
| * use the same host macro for sender address as for reply_to addresszotlabs2017-03-291-2/+2
| |
| * more markdown purificationzotlabs2017-03-291-5/+5
| |
| * after all of this, I would be very hesitant to use any multi-user system ↵zotlabs2017-03-291-1/+1
| | | | | | | | which uses markdown and which doesn't have a large security budget.
| * even more fine tuning of the markdown purifier - especially when used with ↵zotlabs2017-03-292-2/+2
| | | | | | | | the wiki
| * various input filter fixeszotlabs2017-03-292-9/+36
| |
| * input filter updateszotlabs2017-03-292-30/+3
| |
| * class MarkdownSoap to safely store markdown by purifying and preserving ↵zotlabs2017-03-291-0/+86
| | | | | | | | (escaped) what may be unsafe code in codeblocks. The stored item needs to be unescaped just prior to calling the markdown-to-html processor
* | oembed cache: don't store the url (which may need to be truncated), store a ↵zotlabs2017-04-181-6/+6
| | | | | | | | hash instead. This will allow us to convert the table to utf8mb4 without running into mysql key length restrictions as well as dealing with the potential ambiguity of truncated urls.
* | don't allow any null fields in notify creationzotlabs2017-04-111-2/+3
| |
* | app sorting issuezotlabs2017-04-021-3/+13
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-251-7/+9
|\|
| * many class fixes and revive shiny class for item titles in a new wayMario Vavti2017-03-131-5/+7
| |
| * many dropdown and class fixes. still a long way to go...Mario Vavti2017-03-121-2/+2
| |
* | provide compatibility with old-style update systemzotlabs2017-03-251-6/+16
| |