Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the forum detection in include/zot | redmatrix | 2016-07-19 | 1 | -4/+14 |
| | |||||
* | fixes to perms | redmatrix | 2016-07-19 | 1 | -3/+3 |
| | |||||
* | translate more old perms calls | redmatrix | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | missing bracket | redmatrix | 2016-07-18 | 1 | -1/+2 |
| | |||||
* | more perms work (a lot more) | redmatrix | 2016-07-18 | 1 | -4/+17 |
| | |||||
* | more perms work | redmatrix | 2016-07-18 | 1 | -0/+14 |
| | |||||
* | more perms work | redmatrix | 2016-07-18 | 1 | -1/+2 |
| | |||||
* | clone channel perms | redmatrix | 2016-07-17 | 1 | -1/+14 |
| | |||||
* | deprecate/remove json_decode_plus | redmatrix | 2016-07-13 | 1 | -4/+4 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-12 | 1 | -1/+6 |
|\ | |||||
| * | don't try to send sync packets to dead sites. | redmatrix | 2016-07-12 | 1 | -1/+6 |
| | | |||||
* | | 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 |
| | | |||||
* | | more work on perms | redmatrix | 2016-07-09 | 1 | -4/+4 |
|/ | |||||
* | change AbConfig to use channel_id instead of channel_hash; which was a ↵ | redmatrix | 2016-06-23 | 1 | -3/+2 |
| | | | | mistake in retrospect | ||||
* | 1. provide automatic relocation of important links in items that are ↵ | redmatrix | 2016-06-21 | 1 | -10/+7 |
| | | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored | ||||
* | add new connection to default group when auto-accepted | redmatrix | 2016-06-15 | 1 | -0/+10 |
| | |||||
* | more db column renames | redmatrix | 2016-05-31 | 1 | -8/+17 |
| | |||||
* | don't update hubloc_connected any more often than 15 minutes. We don't ↵ | redmatrix | 2016-05-30 | 1 | -5/+11 |
| | | | | require that level of granularity and the frequent writes are causing issues with the stability of that table. | ||||
* | redundant dev line from an earlier modification causes issue #404 | redmatrix | 2016-05-30 | 1 | -4/+4 |
| | |||||
* | track down some issues from the application logs | redmatrix | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | require token signatures in zot_refresh, also move channel specific stuff ↵ | redmatrix | 2016-05-24 | 1 | -2/+24 |
| | | | | into include/channel.php from include/connections.php | ||||
* | code cleanup | redmatrix | 2016-05-24 | 1 | -4/+0 |
| | |||||
* | Add space between project name and server type | redmatrix | 2016-05-24 | 1 | -1/+1 |
| | |||||
* | moved enotify | redmatrix | 2016-05-24 | 1 | -2/+1 |
| | |||||
* | change the signed token format. We don't folks to be able to submit random ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | text for signing by us, as they could then use these to generate known signatures. | ||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -4/+2 |
| | | | | (connections.php) | ||||
* | first cut at zot-finger request signatures | redmatrix | 2016-05-21 | 1 | -0/+6 |
| | |||||
* | rework the conversation object stuff at a high level - still needs a bit of ↵ | redmatrix | 2016-05-20 | 1 | -2/+2 |
| | | | | refactoring | ||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -8/+8 |
| | |||||
* | provide server role on pubsites page | redmatrix | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | SECURITY: a comment to a private post that has been edited (the comment has ↵ | redmatrix | 2016-05-12 | 1 | -0/+10 |
| | | | | been edited) loses its privacy settings. This comment isn't visible in the stream but may be visible in feeds. | ||||
* | use only the std_version | redmatrix | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | implement the singleton delivery stuff | redmatrix | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | filter out a bit more dreport noise - especially for private posts to ↵ | redmatrix | 2016-04-14 | 1 | -0/+11 |
| | | | | multiple recipients. | ||||
* | provide general purpose verification class, remove include/session.php (no ↵ | redmatrix | 2016-04-14 | 1 | -11/+3 |
| | | | | longer used) | ||||
* | file sync testing | redmatrix | 2016-04-06 | 1 | -0/+3 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -14/+14 |
| | |||||
* | make the admin side menu extensible and provide a hook for a channel "move" ↵ | redmatrix | 2016-03-19 | 1 | -0/+6 |
| | | | | operation that federation plugins might use to re-establish connections after a channel move. | ||||
* | handle UNO move channel operation | redmatrix | 2016-03-09 | 1 | -0/+54 |
| | |||||
* | abconfig | redmatrix | 2016-02-29 | 1 | -2/+17 |
| | |||||
* | build_sync_packet - no need to sleep after the last sync delivery. | redmatrix | 2016-02-28 | 1 | -1/+5 |
| | |||||
* | move dreport to zotlabs\zot namespace | redmatrix | 2016-02-19 | 1 | -7/+4 |
| | |||||
* | Provide Zotlabs\Project and System class for querying details about the ↵ | redmatrix | 2016-02-18 | 1 | -2/+2 |
| | | | | project/version info. Move these out of /boot.php | ||||
* | more uno groundwork | redmatrix | 2016-02-05 | 1 | -0/+6 |
| | |||||
* | add abook_account to cloned abook records, was missing | redmatrix | 2016-01-26 | 1 | -1/+2 |
| | |||||
* | various issues from the forums | redmatrix | 2016-01-17 | 1 | -2/+2 |
| | |||||
* | provide admin toggle to disable delivery reports | redmatrix | 2016-01-07 | 1 | -0/+3 |
| | |||||
* | log API improvements and queue optimisation for singleton networks | redmatrix | 2015-12-31 | 1 | -32/+32 |
| | |||||
* | sql delete with limit | redmatrix | 2015-12-18 | 1 | -1/+1 |
| |