Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more perms work | redmatrix | 2016-07-13 | 3 | -25/+34 |
| | |||||
* | deprecate/remove json_decode_plus | redmatrix | 2016-07-13 | 4 | -29/+21 |
| | |||||
* | rework perm_is_allowed | redmatrix | 2016-07-13 | 1 | -4/+8 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-13 | 1 | -3/+2 |
|\ | |||||
| * | let abconfig specify a family | redmatrix | 2016-07-13 | 1 | -2/+2 |
| | | |||||
* | | lots more permission work | redmatrix | 2016-07-13 | 1 | -2/+7 |
| | | |||||
* | | more work on perms | redmatrix | 2016-07-12 | 2 | -18/+34 |
| | | |||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-12 | 5 | -193/+13 |
|\| | |||||
| * | 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 |
| | | |||||
| * | move permissiondescription class to zotlabs/lib | redmatrix | 2016-07-11 | 2 | -173/+1 |
| | | |||||
| * | 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 | 3 | -21/+38 |
|\| | |||||
| * | create change_channel hook | redmatrix | 2016-07-11 | 1 | -0/+4 |
| | | |||||
| * | more sql fine tuning | redmatrix | 2016-07-09 | 1 | -1/+1 |
| | | |||||
| * | some work on the forum widget queries | redmatrix | 2016-07-09 | 1 | -2/+24 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | | | | | | | 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 | 1 | -55/+17 |
| | | |||||
* | | 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 | 2 | -2/+4 |
| | | |||||
* | | more work on perms | redmatrix | 2016-07-09 | 2 | -7/+9 |
| | | |||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-05 | 4 | -338/+16 |
|\| | |||||
| * | unused file | redmatrix | 2016-07-05 | 1 | -35/+0 |
| | | |||||
| * | merge include/reddav.php into Zotlabs/Storage/Directory.php | redmatrix | 2016-07-05 | 1 | -299/+0 |
| | | |||||
| * | cleanup | redmatrix | 2016-07-05 | 1 | -2/+14 |
| | | |||||
| * | regression - save bookmarks no longer present in item menu | redmatrix | 2016-07-05 | 1 | -2/+2 |
| | | |||||
* | | more heavy lifting on xtensible perms | redmatrix | 2016-07-04 | 1 | -233/+244 |
| | | |||||
* | | more heavy lifting on extensible perms | redmatrix | 2016-07-04 | 1 | -13/+16 |
|/ | |||||
* | force immediate avatar update | Treer | 2016-07-03 | 1 | -0/+13 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-07-01 | 1 | -15/+0 |
|\ | |||||
| * | ditch the change_view widget and make header fixed in fullscreen mode | Mario Vavti | 2016-07-01 | 1 | -15/+0 |
| | | |||||
* | | delivery invoked twice in mod_tagger, once in post_activity_item() and ↵ | redmatrix | 2016-07-01 | 1 | -5/+1 |
| | | | | | | | | another at the main module level | ||||
* | | use small photo for Diaspora attribution correction; the medium looks ↵ | redmatrix | 2016-07-01 | 1 | -2/+2 |
|/ | | | | awkward in the D* stream. | ||||
* | sync flags even if post has not been edited | redmatrix | 2016-06-30 | 1 | -19/+10 |
| | |||||
* | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-30 | 9 | -17/+110 |
|\ | |||||
| * | wiki featured disabled by default in UNO. | redmatrix | 2016-06-29 | 1 | -1/+1 |
| | | |||||
| * | provide wiki as a feature (default is on so there aren't any surprises) and ↵ | redmatrix | 2016-06-29 | 3 | -5/+14 |
| | | | | | | | | add to channel menu and profile tabs | ||||
| * | stream large photos through buffered I/O if possible | redmatrix | 2016-06-29 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-29 | 1 | -0/+38 |
| |\ | |||||
| | * | identity_export_year() was a bit short-sighted. We really require arbitrary ↵ | redmatrix | 2016-06-28 | 1 | -0/+38 |
| | | | | | | | | | | | | date ranges. A new function was created to tackle this - channel_export_items() which takes a channel, and a start and finish date. Finish date will default to "now" if not set. Will be working this into the interface under a module named "export_items" which will correspond closely to the existing "import_items" module you'll need to do the reverse operation. Will also make it available via the API. Once that is complete, I anticipate removing identity_export_year() as it will then be somewhat redundant, and modifying the documentation on the channel export page accordingly. Note: the function works strictly in GMT so an interface would need to convert from channel local time. | ||||
| * | | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-28 | 4 | -7/+30 |
| |\| | |||||
| | * | still working through some issues with curl magic-auth | redmatrix | 2016-06-27 | 1 | -0/+7 |
| | | | | | | | | | | | | fixed profile photo upload | ||||
| | * | add letsencrypt x3 intermediate cert and new cert file, improve UX of new ↵ | redmatrix | 2016-06-27 | 2 | -3/+19 |
| | | | | | | | | | | | | registrations | ||||
| | * | replace [+] and [-] with chevron icons | redmatrix | 2016-06-27 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'dev' into sabre32 | Mario Vavti | 2016-06-27 | 3 | -3/+26 |
| |\| | |||||
| | * | remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵ | redmatrix | 2016-06-26 | 1 | -2/+1 |
| | | | | | | | | | | | | which should fix issue #431 | ||||
| | * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-06-26 | 2 | -12/+42 |
| | |\ | |||||
| | * | | issue #442, tables contain too much whitespace (there's a definite issue ↵ | redmatrix | 2016-06-26 | 2 | -1/+25 |
| | | | | | | | | | | | | | | | | here, but I should note the offending example was full of carriage returns as well as linefeeds; which exacerbated the problem). |