Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only show upload button to those with write_storage permission | zotlabs | 2017-08-08 | 1 | -0/+1 |
| | |||||
* | support upload of files and attachments into comments. This has some ↵ | zotlabs | 2017-08-08 | 1 | -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 value | git-marijus | 2017-08-06 | 1 | -6/+4 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-08-01 | 1 | -6/+25 |
|\ | |||||
| * | correct the logic for configs in app requirement | git-marijus | 2017-08-01 | 1 | -6/+25 |
| | | |||||
* | | auto preview when inserting a media item or embed into a post. Since this ↵ | zotlabs | 2017-08-01 | 1 | -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 app | git-marijus | 2017-07-31 | 1 | -4/+10 |
| | |||||
* | move the active app code to include/nav.php - it is only relevant there | git-marijus | 2017-07-26 | 1 | -3/+0 |
| | |||||
* | provide a mechanism to mark apps active in the bin | git-marijus | 2017-07-21 | 1 | -0/+3 |
| | |||||
* | activitypub, cont. | zotlabs | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | initial activitystreams2 parser | zotlabs | 2017-07-16 | 1 | -0/+86 |
| | |||||
* | turn platform name and std_version into config variables | zotlabs | 2017-07-13 | 2 | -3/+8 |
| | |||||
* | oopsy | zotlabs | 2017-06-21 | 1 | -1/+1 |
| | |||||
* | more anon comment fixes | zotlabs | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | prevent likes/dislikes/etc. from anon commenters | zotlabs | 2017-06-20 | 1 | -4/+4 |
| | |||||
* | minor cleanup of moderated comment feature | zotlabs | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-18 | 3 | -4/+17 |
| | |||||
* | add numbers to the techlevel descriptions because that's what we will use to ↵ | zotlabs | 2017-06-11 | 1 | -6/+6 |
| | | | | indicate a minimum level in documentation | ||||
* | start deprecation of server_role | zotlabs | 2017-05-29 | 1 | -2/+0 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-23 | 1 | -2/+0 |
|\ | |||||
| * | wiki auto language select to match webpages implementation | zotlabs | 2017-05-23 | 1 | -1/+1 |
| | | |||||
| * | some issues with the app order template logic | zotlabs | 2017-05-23 | 1 | -2/+2 |
| | | |||||
| * | apporder module and all the associated backend stuff to make it work; ↵ | zotlabs | 2017-05-23 | 1 | -1/+86 |
| | | | | | | | | probably needs a bit of UI cleanup and a link to it from somewhere | ||||
* | | add 'apps' app | zotlabs | 2017-05-23 | 1 | -0/+1 |
| | | |||||
* | | wiki auto language select to match webpages implementation | zotlabs | 2017-05-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-22 | 1 | -3/+0 |
|\| | |||||
| * | Merge pull request #783 from zotlabs/app_order | git-marijus | 2017-05-17 | 1 | -0/+44 |
| |\ | | | | | | | provide mechanism to arbitrarily sort the nav tray apps, currently th… | ||||
| | * | provide mechanism to arbitrarily sort the nav tray apps, currently the ↵ | zotlabs | 2017-05-16 | 1 | -0/+44 |
| | | | | | | | | | | | | preferred order list needs to be manually created | ||||
| * | | Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ↵ | zotlabs | 2017-05-14 | 1 | -5/+5 |
| |/ | | | | | | | but this prevents it from rendering | ||||
| * | markdown autolinks - hubzilla bug #752 | zotlabs | 2017-05-05 | 1 | -5/+12 |
| | | |||||
| * | issues from hubzilla:#737 | zotlabs | 2017-04-27 | 3 | -5/+16 |
| | | |||||
* | | some issues with the app order template logic | zotlabs | 2017-05-21 | 1 | -2/+2 |
| | | |||||
* | | apporder module and all the associated backend stuff to make it work; ↵ | zotlabs | 2017-05-21 | 1 | -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 ↵ | zotlabs | 2017-05-16 | 1 | -0/+44 |
| | | | | | | | | preferred order list needs to be manually created | ||||
* | | Do not yet understand why on postgres, app['plugin'] gets set to 3 linefeeds ↵ | zotlabs | 2017-05-14 | 1 | -5/+5 |
| | | | | | | | | but this prevents it from rendering | ||||
* | | markdown autolinks - hubzilla bug #752 | zotlabs | 2017-05-05 | 1 | -5/+12 |
| | | |||||
* | | issues from hubzilla:#737 | zotlabs | 2017-04-26 | 3 | -5/+16 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-19 | 1 | -1/+1 |
|\| | |||||
| * | order wiki pages by creation date | Mario Vavti | 2017-04-19 | 1 | -1/+1 |
| | | |||||
| * | don't allow any null fields in notify creation | zotlabs | 2017-04-19 | 1 | -2/+3 |
| | | |||||
| * | app sorting issue | zotlabs | 2017-04-03 | 1 | -3/+13 |
| | | |||||
| * | provide compatibility with old-style update system | zotlabs | 2017-03-31 | 1 | -6/+16 |
| | | |||||
| * | get rid of 'davguest' and allow for project specific DB updates (currently ↵ | zotlabs | 2017-03-31 | 1 | -10/+14 |
| | | | | | | | | db updates are common between all possible projects/subprojects/forks). | ||||
| * | move db_upgrade to zlib | zotlabs | 2017-03-31 | 2 | -1/+105 |
| | | |||||
| * | use the same host macro for sender address as for reply_to address | zotlabs | 2017-03-29 | 1 | -2/+2 |
| | | |||||
| * | more markdown purification | zotlabs | 2017-03-29 | 1 | -5/+5 |
| | | |||||
| * | after all of this, I would be very hesitant to use any multi-user system ↵ | zotlabs | 2017-03-29 | 1 | -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 ↵ | zotlabs | 2017-03-29 | 2 | -2/+2 |
| | | | | | | | | the wiki | ||||
| * | various input filter fixes | zotlabs | 2017-03-29 | 2 | -9/+36 |
| | | |||||
| * | input filter updates | zotlabs | 2017-03-29 | 2 | -30/+3 |
| | |