aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
Commit message (Collapse)AuthorAgeFilesLines
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-2/+2
|
* Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-211-3/+8
|\
| * Merge branch 'dev' into permsredmatrix2016-07-171-0/+9
| |\
| * | more work on permsredmatrix2016-07-121-3/+8
| | |
* | | Merge remote-tracking branch 'upstream/dev' into website-import-remoteAndrew Manning2016-07-161-0/+9
|\ \ \ | | |/ | |/|
| * | Here's the basic UI for the Zot Access Tokens, requires some minor cleanupredmatrix2016-07-141-0/+9
| |/
* | Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-121-1/+1
|\|
| * more sql fine tuningredmatrix2016-07-091-1/+1
| |
* | First draft of website import toolsAndrew Manning2016-07-101-0/+14
|/
* some work on the forum widget queriesredmatrix2016-07-091-2/+24
|
* ditch the change_view widget and make header fixed in fullscreen modeMario Vavti2016-07-011-15/+0
|
* use the normal html escape for '@' in addresses rather than the high-plane ↵redmatrix2016-06-221-1/+1
| | | | unicode variant. This makes it copy-able, but not easily scrape-able.
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-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 wikiAndrew Manning2016-06-071-2/+4
|\
| * 'recent photos' query was buggered, also fix issue #163 by adding ↵redmatrix2016-06-071-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 ↵redmatrix2016-06-061-1/+1
| | | | | | | | and channel summaries - issue #255
* | Remove debugging logger statementsAndrew Manning2016-06-051-1/+0
| |
* | Wiki and page filenames are abstracted from their displayed names. Special ↵Andrew Manning2016-06-041-4/+6
| | | | | | | | characters do not seem to break things.
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-021-12/+12
|\|
| * the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-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 renamesredmatrix2016-05-311-5/+5
| |
| * start removing reserved words from database column names (this run: addon ↵redmatrix2016-05-301-1/+1
| | | | | | | | and hook)
* | Major corrections to access control and page construction.Andrew Manning2016-06-021-12/+12
| |
* | Created page history widget to dynamically fetch and display the git commit ↵Andrew Manning2016-05-301-0/+11
| | | | | | | | history for wiki pages.
* | Only show wiki delete control if channel ownerAndrew Manning2016-05-291-5/+11
| |
* | Wiki page list links work. File content is not yet loaded into the editor. ↵Andrew Manning2016-05-281-1/+15
| | | | | | | | Removed some logger calls.
* | Wiki page list is fetched and the page widget is updatedAndrew Manning2016-05-281-6/+13
| |
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-05-271-10/+7
|\|
| * code cleanupredmatrix2016-05-241-1/+0
| |
| * move chatroom stuff to zlibredmatrix2016-05-221-2/+1
| |
| * turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-4/+4
| | | | | | | | observer_prohibited()
| * renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-3/+2
| | | | | | | | (connections.php)
* | List of wikis populates with links according to observer permissions.Andrew Manning2016-05-211-4/+10
| |
* | Trying to fix wiki branch starting fresh from devAndrew Manning2016-05-211-0/+27
|/
* replace app tagcloud with more traditional categories widget. One can always ↵redmatrix2016-05-051-0/+42
| | | | change this in the PDL
* provide a tag cloud for app categories and allow filtering apps from thisredmatrix2016-05-041-0/+7
|
* more background work for app management - give every member a copy of all ↵redmatrix2016-05-031-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/Treer2016-05-011-3/+3
|
* issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵redmatrix2016-04-031-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 -> ChatroomsMario Vavti2016-04-011-1/+1
|
* create miniApp to convert existing settings files to the static App classredmatrix2016-03-311-27/+11
|
* Merge branch 'static'redmatrix2016-03-311-50/+50
|\
| * static Appredmatrix2016-03-311-50/+50
| |
* | various fixes regarding mod chatMario Vavti2016-03-311-1/+1
| |
* | mod chat rework continuedMario Vavti2016-03-311-0/+8
|/
* deprecate $a->get_baseurl()redmatrix2016-03-301-15/+15
|
* more on mod chatMario Vavti2016-03-301-0/+1
|
* some work on mod chatMario Vavti2016-03-301-6/+9
|
* removed link to connected apps by accidentMario Vavti2016-03-261-0/+6
|
* move link to /locs to settings menu if we have more than one location and ↵Mario Vavti2016-03-261-6/+14
| | | | some template work on locs