Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -4/+5 |
| | | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. | ||||
* | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-07 | 1 | -2/+4 |
|\ | |||||
| * | 'recent photos' query was buggered, also fix issue #163 by adding ↵ | redmatrix | 2016-06-07 | 1 | -1/+3 |
| | | | | | | | | 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 | -1/+1 |
| | | | | | | | | and channel summaries - issue #255 | ||||
* | | Remove debugging logger statements | Andrew Manning | 2016-06-05 | 1 | -1/+0 |
| | | |||||
* | | Wiki and page filenames are abstracted from their displayed names. Special ↵ | Andrew Manning | 2016-06-04 | 1 | -4/+6 |
| | | | | | | | | characters do not seem to break things. | ||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-02 | 1 | -12/+12 |
|\| | |||||
| * | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -6/+6 |
| | | | | | | | | 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 | 1 | -5/+5 |
| | | |||||
| * | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 1 | -1/+1 |
| | | | | | | | | and hook) | ||||
* | | Major corrections to access control and page construction. | Andrew Manning | 2016-06-02 | 1 | -12/+12 |
| | | |||||
* | | Created page history widget to dynamically fetch and display the git commit ↵ | Andrew Manning | 2016-05-30 | 1 | -0/+11 |
| | | | | | | | | history for wiki pages. | ||||
* | | Only show wiki delete control if channel owner | Andrew Manning | 2016-05-29 | 1 | -5/+11 |
| | | |||||
* | | Wiki page list links work. File content is not yet loaded into the editor. ↵ | Andrew Manning | 2016-05-28 | 1 | -1/+15 |
| | | | | | | | | Removed some logger calls. | ||||
* | | Wiki page list is fetched and the page widget is updated | Andrew Manning | 2016-05-28 | 1 | -6/+13 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-05-27 | 1 | -10/+7 |
|\| | |||||
| * | code cleanup | redmatrix | 2016-05-24 | 1 | -1/+0 |
| | | |||||
| * | move chatroom stuff to zlib | redmatrix | 2016-05-22 | 1 | -2/+1 |
| | | |||||
| * | turn the oft-repeated block_public ... check into a function ↵ | redmatrix | 2016-05-22 | 1 | -4/+4 |
| | | | | | | | | observer_prohibited() | ||||
| * | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -3/+2 |
| | | | | | | | | (connections.php) | ||||
* | | List of wikis populates with links according to observer permissions. | Andrew Manning | 2016-05-21 | 1 | -4/+10 |
| | | |||||
* | | Trying to fix wiki branch starting fresh from dev | Andrew Manning | 2016-05-21 | 1 | -0/+27 |
|/ | |||||
* | replace app tagcloud with more traditional categories widget. One can always ↵ | redmatrix | 2016-05-05 | 1 | -0/+42 |
| | | | | change this in the PDL | ||||
* | provide a tag cloud for app categories and allow filtering apps from this | redmatrix | 2016-05-04 | 1 | -0/+7 |
| | |||||
* | more background work for app management - give every member a copy of all ↵ | redmatrix | 2016-05-03 | 1 | -2/+2 |
| | | | | the system apps so that they can edit and delete them to taste/preference. This needs further work to pick up changes in system apps (additions, edits, deletions, etc.). Currently this is done once and never attempted again. | ||||
* | update icon names in include/ | Treer | 2016-05-01 | 1 | -3/+3 |
| | |||||
* | issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵ | redmatrix | 2016-04-03 | 1 | -0/+8 |
| | | | | discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity. | ||||
* | Chat Rooms -> Chatrooms | Mario Vavti | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | create miniApp to convert existing settings files to the static App class | redmatrix | 2016-03-31 | 1 | -27/+11 |
| | |||||
* | Merge branch 'static' | redmatrix | 2016-03-31 | 1 | -50/+50 |
|\ | |||||
| * | static App | redmatrix | 2016-03-31 | 1 | -50/+50 |
| | | |||||
* | | various fixes regarding mod chat | Mario Vavti | 2016-03-31 | 1 | -1/+1 |
| | | |||||
* | | mod chat rework continued | Mario Vavti | 2016-03-31 | 1 | -0/+8 |
|/ | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -15/+15 |
| | |||||
* | more on mod chat | Mario Vavti | 2016-03-30 | 1 | -0/+1 |
| | |||||
* | some work on mod chat | Mario Vavti | 2016-03-30 | 1 | -6/+9 |
| | |||||
* | removed link to connected apps by accident | Mario Vavti | 2016-03-26 | 1 | -0/+6 |
| | |||||
* | move link to /locs to settings menu if we have more than one location and ↵ | Mario Vavti | 2016-03-26 | 1 | -6/+14 |
| | | | | some template work on locs | ||||
* | make the admin side menu extensible and provide a hook for a channel "move" ↵ | redmatrix | 2016-03-19 | 1 | -5/+10 |
| | | | | operation that federation plugins might use to re-establish connections after a channel move. | ||||
* | isue #315 | redmatrix | 2016-03-08 | 1 | -0/+3 |
| | |||||
* | Also make it clear with (mouse) hover text that you must click on the cover ↵ | jeroenpraat | 2016-03-06 | 1 | -0/+1 |
| | | | | photo to show the channel/more | ||||
* | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2016-03-03 | 1 | -1/+1 |
|\ | |||||
| * | rename the menu entry and page to 'Profile Fields' to maintain consistency | redmatrix | 2016-03-02 | 1 | -1/+1 |
| | | |||||
* | | move cover-photo to template, add the ability to define a title and subtitle ↵ | Mario Vavti | 2016-03-03 | 1 | -2/+22 |
|/ | | | | (defaults to channel name and addres), move js from redbasic.js to template. | ||||
* | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2016-03-02 | 1 | -1/+1 |
|\ | |||||
| * | Small fix for deleted forum channels showing in the forum widget (had this ↵ | jeroenpraat | 2016-03-01 | 1 | -1/+1 |
| | | | | | | | | after migration from RM on 1 or 2 channels) | ||||
* | | a simple cover-photo implementation for redbasic default template | Mario Vavti | 2016-03-02 | 1 | -2/+2 |
|/ | |||||
* | Removed export temporary from UNO. Removed 'Remove Channel' from UNO, cause ↵ | jeroenpraat | 2016-02-18 | 1 | -5/+8 |
| | | | | a UNO member has only 1 channel, so it's logical to remove the acccount (by experience on UNO hub). Styling oauth settings. | ||||
* | lots more zcard tweaks | redmatrix | 2016-02-08 | 1 | -1/+22 |
| | |||||
* | more uno groundwork | redmatrix | 2016-02-05 | 1 | -1/+0 |
| |