Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix birthday addtocal | redmatrix | 2016-07-21 | 1 | -3/+3 |
| | |||||
* | zat URL auth updated to match changes to the atoken_login interface | redmatrix | 2016-07-21 | 2 | -3/+12 |
| | |||||
* | fail oembed if it is attempted and less than 80% of the original content is ↵ | redmatrix | 2016-07-21 | 1 | -0/+11 |
| | | | | left after html filtering. For the original poster, this will fall back to linkinfo results. If the embed gets through their site but is filtered downstream (with more than 20% of the content removed), it will result in just a link. | ||||
* | typo | redmatrix | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | issue #453 and a bug noted from the logfiles related to the schema change ↵ | redmatrix | 2016-07-20 | 1 | -1/+1 |
| | | | | last month | ||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-20 | 6 | -85/+105 |
|\ | |||||
| * | fix vevent multi-line formatting | redmatrix | 2016-07-20 | 1 | -1/+3 |
| | | |||||
| * | sort out some of the authentication mess - with luck this may fix the DAV ↵ | redmatrix | 2016-07-20 | 5 | -84/+102 |
| | | | | | | | | auth issue which I simply could not duplicate or find a reason for. | ||||
* | | fix the forum detection in include/zot | redmatrix | 2016-07-19 | 2 | -5/+16 |
| | | |||||
* | | another couple of minor perms fixes | redmatrix | 2016-07-19 | 2 | -8/+10 |
| | | |||||
* | | permission fixes | redmatrix | 2016-07-19 | 2 | -7/+7 |
| | | |||||
* | | fixes to perms | redmatrix | 2016-07-19 | 1 | -3/+3 |
| | | |||||
* | | translate more old perms calls | redmatrix | 2016-07-19 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-19 | 1 | -0/+1 |
|\| | |||||
| * | issue #411 | redmatrix | 2016-07-19 | 1 | -0/+1 |
| | | |||||
* | | yet more grungy perms work. | redmatrix | 2016-07-19 | 1 | -37/+36 |
| | | |||||
* | | missing bracket | redmatrix | 2016-07-18 | 1 | -1/+2 |
| | | |||||
* | | more perms work (a lot more) | redmatrix | 2016-07-18 | 3 | -40/+83 |
| | | |||||
* | | move legacy code inside the legacy check | redmatrix | 2016-07-18 | 1 | -2/+3 |
| | | |||||
* | | more perms work | redmatrix | 2016-07-18 | 3 | -0/+16 |
| | | |||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-18 | 1 | -1/+1 |
|\| | |||||
| * | do not transform hashes to tags in [code=xxx] or [code] blocks | Mario Vavti | 2016-07-18 | 1 | -1/+1 |
| | | |||||
* | | more perms work | redmatrix | 2016-07-18 | 2 | -5/+103 |
| | | |||||
* | | export/import channel permissions | redmatrix | 2016-07-17 | 2 | -9/+39 |
| | | |||||
* | | clone channel perms | redmatrix | 2016-07-17 | 2 | -1/+71 |
| | | |||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 6 | -26/+190 |
|\| | |||||
| * | Here's the basic UI for the Zot Access Tokens, requires some minor cleanup | redmatrix | 2016-07-14 | 1 | -0/+9 |
| | | |||||
| * | make the xchan_hash for the access token location independent | redmatrix | 2016-07-14 | 1 | -12/+15 |
| | | |||||
| * | more ZAT work | redmatrix | 2016-07-14 | 3 | -2/+29 |
| | | |||||
| * | first cut at zot access tokens | redmatrix | 2016-07-14 | 2 | -24/+85 |
| | | |||||
* | | 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 |
| | |