Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-05-27 | 57 | -497/+451 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Delete wiki (in progress) | Andrew Manning | 2016-05-24 | 1 | -7/+45 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | List of wikis populates with links according to observer permissions. | Andrew Manning | 2016-05-21 | 1 | -0/+15 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Successful new wiki git repo and item table record | Andrew Manning | 2016-05-21 | 1 | -11/+14 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Trying to fix wiki branch starting fresh from dev | Andrew Manning | 2016-05-21 | 1 | -0/+113 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | foreach: invalid argument | redmatrix | 2016-06-09 | 2 | -14/+16 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | namespace issue with openid reverse auth | redmatrix | 2016-06-09 | 1 | -4/+4 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | 'recent photos' query was buggered, also fix issue #163 by adding ↵ | redmatrix | 2016-06-07 | 1 | -9/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configurable sort order to the album widget - default is album name ascending | |||||
* | | | | | | | | | rename admin/users to admin/accounts, provide sortable columns in account ↵ | redmatrix | 2016-06-06 | 1 | -43/+63 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | and channel summaries - issue #255 | |||||
* | | | | | | | | short-term solution to emoji size issue - make them 32px from the sender | redmatrix | 2016-06-04 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | class functions called incorrectly | redmatrix | 2016-06-04 | 1 | -3/+3 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | need to set item_origin on locally created reactions so they propagate properly | redmatrix | 2016-06-03 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | missed table rename in event query in mod_manage | redmatrix | 2016-06-03 | 1 | -5/+5 | |
| | | | | | | ||||||
* | | | | | | experimental emoji support | redmatrix | 2016-06-02 | 1 | -0/+50 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 21 | -179/+172 | |
| | | | | | | | | | | | | | | | | | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. | |||||
* | | | | | more db column renames | redmatrix | 2016-05-31 | 17 | -57/+56 | |
| | | | | | ||||||
* | | | | | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 2 | -4/+4 | |
| | | | | | ||||||
* | | | | | remove unused tables | redmatrix | 2016-05-30 | 1 | -117/+0 | |
| | | | | | ||||||
* | | | | | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 1 | -1/+1 | |
| |_|_|/ |/| | | | | | | | | | | | and hook) | |||||
* | | | | undefined function | redmatrix | 2016-05-29 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | fix remote_channel(), update php minversion requirement | redmatrix | 2016-05-29 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | link to hubchart site for site detail on pubsites page | redmatrix | 2016-05-26 | 1 | -2/+3 | |
| | | ||||||
* | | check if $addonDir is a dir to silence warning if it does not exist | Mario Vavti | 2016-05-26 | 1 | -5/+7 | |
| | | ||||||
* | | typo | Mario Vavti | 2016-05-26 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #402 from git-marijus/dev | hubzilla | 2016-05-26 | 1 | -0/+3 | |
|\ \ | | | | | | | another try on #385 - replace sabres restrictive CSP with what we do in boot.php | |||||
| * | | another try on #385 - replace sabres restrictive CSP with what we do in boot.php | Mario Vavti | 2016-05-25 | 1 | -0/+3 | |
| | | | ||||||
* | | | some event fixes, also change jquery-textcomplete to un-minified since the ↵ | redmatrix | 2016-05-25 | 1 | -1/+1 | |
|/ / | | | | | | | minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it. | |||||
* | | more work associated with DBA and index.php shuffle | redmatrix | 2016-05-24 | 1 | -33/+8 | |
| | | ||||||
* | | relocate index and db | redmatrix | 2016-05-24 | 1 | -12/+14 | |
| | | ||||||
* | | moved enotify | redmatrix | 2016-05-24 | 2 | -5/+6 | |
| | | ||||||
* | | typo | redmatrix | 2016-05-23 | 1 | -1/+1 | |
| | | ||||||
* | | Can't use "use x as y" aliases in callback function declarations | redmatrix | 2016-05-22 | 1 | -1/+1 | |
| | | ||||||
* | | move chatroom stuff to zlib | redmatrix | 2016-05-22 | 2 | -15/+19 | |
| | | ||||||
* | | move apps to zlib | redmatrix | 2016-05-22 | 2 | -16/+18 | |
| | | ||||||
* | | turn the oft-repeated block_public ... check into a function ↵ | redmatrix | 2016-05-22 | 12 | -301/+296 | |
| | | | | | | | | observer_prohibited() | |||||
* | | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 39 | -67/+39 | |
| | | | | | | | | (connections.php) | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-21 | 2 | -9/+15 | |
|\ \ | ||||||
| * | | Temp repo folder error message correction | Andrew Manning | 2016-05-21 | 1 | -2/+2 | |
| | | | ||||||
| * | | Moved git repository storage to store/[data]/git to avoid collision with a ↵ | Andrew Manning | 2016-05-21 | 1 | -8/+14 | |
| |/ | | | | | | | channel named git. Fixed bug where temp repo folder was never created. | |||||
| * | revert fix for #385 | Mario Vavti | 2016-05-21 | 1 | -4/+0 | |
| | | ||||||
| * | possible better fix for #385 | Mario Vavti | 2016-05-21 | 1 | -1/+5 | |
| | | ||||||
* | | finish updating zot_finger instances | redmatrix | 2016-05-21 | 4 | -23/+14 | |
| | | ||||||
* | | first cut at zot-finger request signatures | redmatrix | 2016-05-21 | 1 | -8/+8 | |
|/ | ||||||
* | rework the conversation object stuff at a high level - still needs a bit of ↵ | redmatrix | 2016-05-20 | 7 | -8/+8 | |
| | | | | refactoring | |||||
* | remove redundant include | redmatrix | 2016-05-20 | 1 | -3/+0 | |
| | ||||||
* | consolidate include/*_selectors.php (not touching acl_selectors for the ↵ | redmatrix | 2016-05-20 | 5 | -7/+7 | |
| | | | | moment, as it will likely end up with a different disposition) | |||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 18 | -34/+32 | |
| | ||||||
* | Replace text strings for translation support | Andrew Manning | 2016-05-19 | 1 | -1/+3 | |
| | ||||||
* | issue #391 - htmlspecialchars_decode before firing up jot, which re-encodes | redmatrix | 2016-05-19 | 1 | -2/+2 | |
| | ||||||
* | one more text clarification | redmatrix | 2016-05-18 | 1 | -1/+1 | |
| |