Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #484 from anaqreon/settings-context | hubzilla | 2016-08-15 | 2 | -1/+13 |
|\ | | | | | Context help for settings/features page | ||||
| * | Context help for settings/features page | Andrew Manning | 2016-08-14 | 2 | -1/+13 |
|/ | |||||
* | Merge pull request #482 from anaqreon/nocomment | hubzilla | 2016-08-14 | 5 | -0/+35 |
|\ | | | | | Added an optional post editor button to toggle comments | ||||
| * | Change text for submenu on small screens to be static toggle statement | Andrew Manning | 2016-08-14 | 2 | -1/+2 |
| | | |||||
| * | Replace hardcoded button title in javascript to translatable text | Andrew Manning | 2016-08-14 | 2 | -2/+4 |
| | | |||||
| * | Added a disable comments setting to the "Additional features" settings with ↵ | Andrew Manning | 2016-08-14 | 5 | -0/+32 |
| | | | | | | | | a corresponding post editor toggle button | ||||
* | | fix javascript error if not logged in | Mario Vavti | 2016-08-14 | 1 | -2/+2 |
|/ | |||||
* | update bootstrap 3.3.5 > 3.3.7 | Mario Vavti | 2016-08-14 | 6 | -138/+111 |
| | |||||
* | btn/dropdown rendering issue | Mario Vavti | 2016-08-14 | 1 | -24/+30 |
| | |||||
* | remove js debugging | Mario Vavti | 2016-08-13 | 1 | -1/+0 |
| | |||||
* | fix #480, enable bbcode autocomplete for photo comments and remove some ↵ | Mario Vavti | 2016-08-13 | 4 | -16/+3 |
| | | | | redundant javascript | ||||
* | pending flag not being reset when using autoperms from custom role | redmatrix | 2016-08-12 | 1 | -1/+4 |
| | |||||
* | string update | redmatrix | 2016-08-12 | 2 | -3626/+3620 |
| | |||||
* | Merge pull request #479 from git-marijus/dev | hubzilla | 2016-08-13 | 1 | -0/+6 |
|\ | | | | | possible quickfix for multi-acl not honoring jotnets | ||||
| * | possible quickfix for multi-acl not honoring jotnets | Mario Vavti | 2016-08-12 | 1 | -0/+6 |
| | | |||||
* | | fix auto-connect setting | zottel | 2016-08-12 | 1 | -3/+0 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into dev | zottel | 2016-08-12 | 14 | -232/+375 |
|\| | |||||
| * | better method of dealing with api versions | redmatrix | 2016-08-11 | 1 | -23/+29 |
| | | |||||
| * | more cleanup of api | redmatrix | 2016-08-11 | 2 | -110/+110 |
| | | |||||
| * | move error processing back inside the function | redmatrix | 2016-08-11 | 1 | -22/+22 |
| | | |||||
| * | embed filter adjustments | redmatrix | 2016-08-11 | 1 | -13/+17 |
| | | |||||
| * | A bit of api cleanup. Don't get excited. This is like a 0.005% cleanup but ↵ | redmatrix | 2016-08-11 | 4 | -117/+173 |
| | | | | | | | | you have to start somewhere. | ||||
| * | forum detection was off for forums with custom perms | redmatrix | 2016-08-10 | 1 | -1/+3 |
| | | |||||
| * | optimise Onepoll so it doesn't try and fetch posts for a channel that we've ↵ | redmatrix | 2016-08-10 | 1 | -0/+9 |
| | | | | | | | | not given permission to send us their stream and posts. Currently the posts are fetched, processed, and ultimately discarded. Since we know they are going to be discarded, there's not much point fetching them in the first place. | ||||
| * | initialise jot editor if it is used as a file drop target and isn't yet opened. | redmatrix | 2016-08-10 | 1 | -1/+6 |
| | | |||||
| * | update CHANGELOG for 1.12 | redmatrix | 2016-08-10 | 1 | -0/+25 |
| | | |||||
| * | new version | redmatrix | 2016-08-10 | 1 | -1/+1 |
| | | |||||
| * | implement acl for folder creation | Mario Vavti | 2016-08-10 | 4 | -17/+53 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into dev | zottel | 2016-08-10 | 70 | -2514/+2837 |
|\| | |||||
| * | open editor or comment window when linkdropping to a closed window. We ↵ | redmatrix | 2016-08-10 | 1 | -4/+18 |
| | | | | | | | | probably also need this for filedropping. | ||||
| * | allow dropping links on comments as well as posts | redmatrix | 2016-08-09 | 2 | -2/+4 |
| | | |||||
| * | function order reversed | redmatrix | 2016-08-09 | 1 | -2/+2 |
| | | |||||
| * | You can drag links to the editor (which will be parsed and inserted); as ↵ | redmatrix | 2016-08-09 | 2 | -2/+2 |
| | | | | | | | | well as files (which will be uploaded) | ||||
| * | bad code format | redmatrix | 2016-08-09 | 2 | -2/+27 |
| | | |||||
| * | updates to hcard parsing | redmatrix | 2016-08-07 | 1 | -4/+9 |
| | | |||||
| * | diaspora vcard updates | redmatrix | 2016-08-07 | 2 | -5/+12 |
| | | |||||
| * | server roles | redmatrix | 2016-08-07 | 1 | -6/+8 |
| | | |||||
| * | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 24 | -71/+135 |
| | | |||||
| * | fix cloud path | redmatrix | 2016-08-07 | 1 | -1/+1 |
| | | |||||
| * | fix /cloud upload for images | Mario Vavti | 2016-08-06 | 1 | -1/+1 |
| | | |||||
| * | bring back acl for cloud file uploads | Mario Vavti | 2016-08-06 | 4 | -19/+31 |
| | | |||||
| * | strings update | redmatrix | 2016-08-05 | 1 | -2270/+2333 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-08-05 | 38 | -121/+242 |
| |\ | |||||
| | * | Merge pull request #477 from git-marijus/dev | hubzilla | 2016-08-06 | 37 | -119/+200 |
| | |\ | | | | | | | | | Some work to make multiple acl forms per page work | ||||
| | | * | Revert "Revert "remove some logging"" | Mario Vavti | 2016-08-05 | 1 | -10/+1 |
| | | | | | | | | | | | | | | | | This reverts commit e67f5bc6bbb77d53867d7c03bda8410c59360dbe. | ||||
| | | * | Revert "remove some logging" | Mario Vavti | 2016-08-05 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | This reverts commit 316b090433b7e415fd3c8ac6230f2df0277cdf8c. | ||||
| | | * | remove some logging | Mario Vavti | 2016-08-05 | 1 | -10/+1 |
| | | | | |||||
| | | * | multi acl: port /settings | Mario Vavti | 2016-08-05 | 3 | -5/+7 |
| | | | | |||||
| | | * | multi acl: port /display | Mario Vavti | 2016-08-05 | 1 | -0/+1 |
| | | | | |||||
| | | * | multi acl: port /thing | Mario Vavti | 2016-08-05 | 4 | -7/+13 |
| | | | |