aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* server role management, part 1redmatrix2016-08-221-1/+1
|
* A bit of api cleanup. Don't get excited. This is like a 0.005% cleanup but ↵redmatrix2016-08-111-0/+24
| | | | you have to start somewhere.
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-072-3/+4
|
* restrict url cache to 254 maxlenredmatrix2016-07-261-0/+5
|
* trace log pconfig cache if for some reason it isn't an arrayredmatrix2016-07-241-0/+8
|
* PConfig : Check for is_null($uid) as well as false. We actually allow $uid = ↵redmatrix2016-07-211-3/+6
| | | | 0 though it shouldn't normally happen.
* permission fixesredmatrix2016-07-191-13/+4
|
* fixes to permsredmatrix2016-07-191-1/+1
|
* let abconfig specify a familyredmatrix2016-07-131-2/+4
|
* move permissiondescription class to zotlabs/libredmatrix2016-07-111-0/+170
|
* regression - save bookmarks no longer present in item menuredmatrix2016-07-051-1/+1
|
* allow multiple apd's per plugin dirredmatrix2016-07-011-2/+3
|
* identity_export_year() was a bit short-sighted. We really require arbitrary ↵redmatrix2016-06-281-1/+1
| | | | date ranges. A new function was created to tackle this - channel_export_items() which takes a channel, and a start and finish date. Finish date will default to "now" if not set. Will be working this into the interface under a module named "export_items" which will correspond closely to the existing "import_items" module you'll need to do the reverse operation. Will also make it available via the API. Once that is complete, I anticipate removing identity_export_year() as it will then be somewhat redundant, and modifying the documentation on the channel export page accordingly. Note: the function works strictly in GMT so an interface would need to convert from channel local time.
* still working through some issues with curl magic-authredmatrix2016-06-271-0/+15
| | | | fixed profile photo upload
* replace [+] and [-] with chevron iconsredmatrix2016-06-271-1/+1
|
* SuperCurl to provide a re-usable curl options stack and just change options ↵redmatrix2016-06-231-0/+112
| | | | that are different from one call to the next
* change AbConfig to use channel_id instead of channel_hash; which was a ↵redmatrix2016-06-231-16/+16
| | | | mistake in retrospect
* relocate the cache classredmatrix2016-06-231-0/+46
|
* missing backslash leading to wsod on xconfig changesMario Vavti2016-06-201-2/+2
|
* translate already imported system appsredmatrix2016-06-151-0/+2
|
* Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-085-1/+424
|\
| * Finish the config familyredmatrix2016-06-075-1/+424
| |
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-072-1/+190
|\|
| * move pconfig to static classredmatrix2016-06-051-0/+189
| |
| * We need a laugh icon more than we need a cry icon.redmatrix2016-06-051-1/+1
| |
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-041-1/+12
|\|
| * allow any (current) emoji to be displayed on any site, and provide a default ↵redmatrix2016-06-031-1/+11
| | | | | | | | list of reactions that can be over-ridden via configuration if a site doesn't like our choices or perhaps the ordering of our choices.
| * turn emoji ability into a feature so that either a member or the site admin ↵redmatrix2016-06-031-0/+1
| | | | | | | | can disable it. Default is enabled.
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-023-15/+227
|\|
| * preserve app categories when updating a system appredmatrix2016-06-021-7/+25
| |
| * adjust algorithm to ensure new system apps are installed.redmatrix2016-06-021-3/+12
| |
| * install system apps if a) they have never been installed, or b) if the app ↵redmatrix2016-06-021-10/+29
| | | | | | | | version changes
| * the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-8/+8
| | | | | | | | 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.
| * begin moving config to zotlabs. Leave procedural stubs for backward ↵redmatrix2016-05-301-0/+166
| | | | | | | | comaptibility
* | Major corrections to access control and page construction.Andrew Manning2016-06-021-0/+1
|/
* another typoMario Vavti2016-05-261-1/+1
|
* moved enotifyredmatrix2016-05-241-0/+685
|
* move chatroom stuff to zlibredmatrix2016-05-221-0/+267
|
* add missing fileredmatrix2016-05-221-0/+659
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* relocate the (unused currently) protocol driverredmatrix2016-05-202-0/+49
|
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-203-0/+1047
refactoring