aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
* make the admin side menu extensible and provide a hook for a channel "move" ↵redmatrix2016-03-191-5/+10
| | | | operation that federation plugins might use to re-establish connections after a channel move.
* isue #315redmatrix2016-03-081-0/+3
|
* Also make it clear with (mouse) hover text that you must click on the cover ↵jeroenpraat2016-03-061-0/+1
| | | | photo to show the channel/more
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-031-1/+1
|\
| * rename the menu entry and page to 'Profile Fields' to maintain consistencyredmatrix2016-03-021-1/+1
| |
* | move cover-photo to template, add the ability to define a title and subtitle ↵Mario Vavti2016-03-031-2/+22
|/ | | | (defaults to channel name and addres), move js from redbasic.js to template.
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-021-1/+1
|\
| * Small fix for deleted forum channels showing in the forum widget (had this ↵jeroenpraat2016-03-011-1/+1
| | | | | | | | after migration from RM on 1 or 2 channels)
* | a simple cover-photo implementation for redbasic default templateMario Vavti2016-03-021-2/+2
|/
* Removed export temporary from UNO. Removed 'Remove Channel' from UNO, cause ↵jeroenpraat2016-02-181-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 tweaksredmatrix2016-02-081-1/+22
|
* more uno groundworkredmatrix2016-02-051-1/+0
|
* heavy lifting on admin security pageredmatrix2016-02-031-0/+1
|
* widget_item - provide ability to use the page title instead of the ↵redmatrix2016-01-281-5/+15
| | | | message_id to locate the desired item. You can use either, but the page title is often easier to use and discover.
* fix undefined variable reference in widget_itemredmatrix2016-01-261-6/+14
|
* bootstrapify rating and connect buttons. position the connect button more ↵Mario Vavti2016-01-211-5/+7
| | | | prominent right under the profile image
* add $deliver flag to item_store() and item_store_update() [default true]. If ↵redmatrix2016-01-161-4/+4
| | | | false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS.
* cover photo fetch and widgetredmatrix2016-01-141-0/+32
|
* some work on connectionsMario Vavti2016-01-141-1/+1
|
* some template work on follow widgetMario Vavti2016-01-141-2/+2
|
* features management page for hubminsredmatrix2016-01-061-0/+1
|