Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more work on perms | redmatrix | 2016-07-12 | 5 | -36/+44 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-12 | 16 | -48/+26 |
|\ | |||||
| * | update_remote_id - updated to work with iconfig | redmatrix | 2016-07-12 | 1 | -18/+5 |
| | | |||||
| * | don't try to send sync packets to dead sites. | redmatrix | 2016-07-12 | 1 | -1/+6 |
| | | |||||
| * | the abconfig defaults weren't changed in the schema files when they were ↵ | redmatrix | 2016-07-12 | 2 | -2/+2 |
| | | | | | | | | changed in the code | ||||
| * | move permissiondescription class to zotlabs/lib | redmatrix | 2016-07-11 | 11 | -26/+12 |
| | | |||||
| * | use the get_hostname function rather than parse the url | redmatrix | 2016-07-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-11 | 22 | -1344/+1364 |
|\| | |||||
| * | document the new change_channel hook | redmatrix | 2016-07-11 | 2 | -0/+14 |
| | | |||||
| * | create change_channel hook | redmatrix | 2016-07-11 | 1 | -0/+4 |
| | | |||||
| * | force non-null sess_data | redmatrix | 2016-07-11 | 1 | -1/+2 |
| | | |||||
| * | use the profile_uid here. | redmatrix | 2016-07-11 | 1 | -7/+2 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-07-11 | 8 | -18/+16 |
| |\ | |||||
| | * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-07-11 | 1 | -5/+0 |
| | |\ | |||||
| | | * | Merge pull request #451 from git-marijus/dev | hubzilla | 2016-07-11 | 1 | -5/+0 |
| | | |\ | | | | | | | | | | | remove check for mcrypt | ||||
| | | | * | remove check for mcrypt | Mario Vavti | 2016-07-10 | 1 | -5/+0 |
| | | | | | |||||
| | | | * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-07-10 | 5 | -1284/+1313 |
| | | | |\ | | | | |/ | | | |/| | |||||
| | | | * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-07-07 | 2 | -19/+10 |
| | | | |\ | |||||
| | * | | | | do not use visibility for fullscreen button and move fullscreen button to ↵ | Mario Vavti | 2016-07-11 | 7 | -13/+16 |
| | |/ / / | | | | | | | | | | | | | | | | the right | ||||
| * / / / | more sql fine tuning | redmatrix | 2016-07-09 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | some work on the forum widget queries | redmatrix | 2016-07-09 | 2 | -1273/+1292 |
| | | | | |||||
| * | | | gak one more typo | redmatrix | 2016-07-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | typo | redmatrix | 2016-07-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | duplicate supression SQL query was horribly inefficient and could cause ↵ | redmatrix | 2016-07-07 | 1 | -11/+13 |
| | | | | | | | | | | | | | | | | issues in resource deprived environments. | ||||
| * | | | Merge pull request #450 from git-marijus/dev | hubzilla | 2016-07-08 | 3 | -14/+2 |
| |\| | | | | | | | | | | fix /cloud after recent changes | ||||
| | * | | more fixes for /cloud and /dav | Mario Vavti | 2016-07-07 | 3 | -13/+2 |
| | | | | |||||
| | * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-07-06 | 10 | -345/+386 |
| | |\ \ | |||||
| | * | | | fix /cloud after recent changes | Mario Vavti | 2016-07-06 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | hide the redeliver option one level down since it should rarely be needed by ↵ | redmatrix | 2016-07-07 | 2 | -1/+9 |
| | |_|/ | |/| | | | | | | | | | | folks outside of shared hosting. | ||||
| * | | | reduce the memory usage of the expire query dramatically. | redmatrix | 2016-07-06 | 1 | -19/+10 |
| | | | | |||||
| * | | | expire crashing on shared hosting from memory exhaustion. Lower the expire ↵ | redmatrix | 2016-07-06 | 2 | -2/+2 |
| | |/ | |/| | | | | | | | limit. Also the sys channel was being expired with everybody else due to a flag change regression. | ||||
* | | | more perms work - notably the stuff in public_perms | redmatrix | 2016-07-11 | 2 | -62/+30 |
| | | | |||||
* | | | perms work | redmatrix | 2016-07-10 | 1 | -37/+13 |
| | | | |||||
* | | | change default so we don't have to check for array existence later | redmatrix | 2016-07-09 | 1 | -1/+1 |
| | | | |||||
* | | | more permissions work | redmatrix | 2016-07-09 | 5 | -21/+39 |
| | | | |||||
* | | | more work on perms | redmatrix | 2016-07-09 | 7 | -46/+51 |
| | | | |||||
* | | | revise how we store perm_limits | redmatrix | 2016-07-07 | 5 | -100/+25 |
| | | | |||||
* | | | more work on permissions | redmatrix | 2016-07-05 | 2 | -51/+64 |
| | | | |||||
* | | | Merge branch 'dev' into perms | redmatrix | 2016-07-05 | 6 | -343/+297 |
|\| | | |||||
| * | | unused file | redmatrix | 2016-07-05 | 1 | -35/+0 |
| | | | |||||
| * | | merge include/reddav.php into Zotlabs/Storage/Directory.php | redmatrix | 2016-07-05 | 2 | -303/+280 |
| | | | |||||
| * | | cleanup | redmatrix | 2016-07-05 | 1 | -2/+14 |
| | | | |||||
| * | | regression - save bookmarks no longer present in item menu | redmatrix | 2016-07-05 | 2 | -3/+3 |
| | | | |||||
* | | | start to refactor the permission roles | redmatrix | 2016-07-04 | 2 | -23/+175 |
| | | | |||||
* | | | more heavy lifting on xtensible perms | redmatrix | 2016-07-04 | 5 | -242/+256 |
| | | | |||||
* | | | more heavy lifting on extensible perms | redmatrix | 2016-07-04 | 3 | -16/+38 |
| | | | |||||
* | | | some perms fixes to stuff that was already written before I move on | redmatrix | 2016-07-04 | 3 | -36/+48 |
| | | | |||||
* | | | minor | redmatrix | 2016-07-04 | 1 | -1/+1 |
| | | | |||||
* | | | perms work - settings page | redmatrix | 2016-07-03 | 1 | -20/+13 |
| | | | |||||
* | | | make permissionlimits into a class | redmatrix | 2016-07-03 | 2 | -8/+46 |
| | | |