Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 1 | -1/+1 |
|\ | |||||
| * | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 1 | -1/+1 |
| | | |||||
* | | remove the now useless url fragments from notification links | redmatrix | 2016-09-25 | 1 | -4/+1 |
| | | |||||
* | | autoscroll to target post/comment when in single-thread mode; don't ↵ | redmatrix | 2016-09-25 | 1 | -0/+1 |
| | | | | | | | | interfere with other modes; replaces using a named anchor with a url fragment to reach a particular place in the conversation when content is loaded with ajax. | ||||
* | | subtle indicator of your own response verb activity | redmatrix | 2016-09-25 | 1 | -0/+6 |
| | | |||||
* | | more infrastructure for notification auto-scroll to comment | redmatrix | 2016-09-24 | 1 | -2/+5 |
| | | |||||
* | | also allow notification scroll on conversation page notifications (network ↵ | redmatrix | 2016-09-24 | 1 | -1/+1 |
| | | | | | | | | and home), though we may also need some js to open comments for the thread holding the fragment (as well as the scrollto js). | ||||
* | | the rest of the backend for supporting scroll-to-comment from notifications. ↵ | redmatrix | 2016-09-24 | 2 | -0/+6 |
|/ | | | | We still need an ajax handler as fragments are evaluated before content is loaded. | ||||
* | finish the channel_reddress() conversion | redmatrix | 2016-09-21 | 2 | -2/+2 |
| | |||||
* | couple of minor issues with dba namespace during install and enotify::format ↵ | redmatrix | 2016-09-18 | 1 | -5/+11 |
| | | | | referencing an unknown variable | ||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -1/+2 |
| | | | | other roles. | ||||
* | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-30 | 2 | -2/+2 |
|\ | |||||
| * | add authors to post distribution; case insensitive sort apps | redmatrix | 2016-08-29 | 1 | -1/+1 |
| | | |||||
| * | fix aconfig | redmatrix | 2016-08-28 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-23 | 1 | -1/+1 |
|\| | |||||
| * | server role management, part 1 | redmatrix | 2016-08-22 | 1 | -1/+1 |
| | | |||||
* | | Export of pages and their layouts to a zip file works. Bug on importing the ↵ | Andrew Manning | 2016-08-20 | 1 | -0/+57 |
|/ | | | | exported zip file for pages. | ||||
* | A bit of api cleanup. Don't get excited. This is like a 0.005% cleanup but ↵ | redmatrix | 2016-08-11 | 1 | -0/+24 |
| | | | | you have to start somewhere. | ||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 2 | -3/+4 |
| | |||||
* | restrict url cache to 254 maxlen | redmatrix | 2016-07-26 | 1 | -0/+5 |
| | |||||
* | trace log pconfig cache if for some reason it isn't an array | redmatrix | 2016-07-24 | 1 | -0/+8 |
| | |||||
* | PConfig : Check for is_null($uid) as well as false. We actually allow $uid = ↵ | redmatrix | 2016-07-21 | 1 | -3/+6 |
| | | | | 0 though it shouldn't normally happen. | ||||
* | permission fixes | redmatrix | 2016-07-19 | 1 | -13/+4 |
| | |||||
* | fixes to perms | redmatrix | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | let abconfig specify a family | redmatrix | 2016-07-13 | 1 | -2/+4 |
| | |||||
* | move permissiondescription class to zotlabs/lib | redmatrix | 2016-07-11 | 1 | -0/+170 |
| | |||||
* | regression - save bookmarks no longer present in item menu | redmatrix | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | allow multiple apd's per plugin dir | redmatrix | 2016-07-01 | 1 | -2/+3 |
| | |||||
* | identity_export_year() was a bit short-sighted. We really require arbitrary ↵ | redmatrix | 2016-06-28 | 1 | -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-auth | redmatrix | 2016-06-27 | 1 | -0/+15 |
| | | | | fixed profile photo upload | ||||
* | replace [+] and [-] with chevron icons | redmatrix | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | SuperCurl to provide a re-usable curl options stack and just change options ↵ | redmatrix | 2016-06-23 | 1 | -0/+112 |
| | | | | that are different from one call to the next | ||||
* | change AbConfig to use channel_id instead of channel_hash; which was a ↵ | redmatrix | 2016-06-23 | 1 | -16/+16 |
| | | | | mistake in retrospect | ||||
* | relocate the cache class | redmatrix | 2016-06-23 | 1 | -0/+46 |
| | |||||
* | missing backslash leading to wsod on xconfig changes | Mario Vavti | 2016-06-20 | 1 | -2/+2 |
| | |||||
* | translate already imported system apps | redmatrix | 2016-06-15 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-08 | 5 | -1/+424 |
|\ | |||||
| * | Finish the config family | redmatrix | 2016-06-07 | 5 | -1/+424 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-07 | 2 | -1/+190 |
|\| | |||||
| * | move pconfig to static class | redmatrix | 2016-06-05 | 1 | -0/+189 |
| | | |||||
| * | We need a laugh icon more than we need a cry icon. | redmatrix | 2016-06-05 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-04 | 1 | -1/+12 |
|\| | |||||
| * | allow any (current) emoji to be displayed on any site, and provide a default ↵ | redmatrix | 2016-06-03 | 1 | -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 ↵ | redmatrix | 2016-06-03 | 1 | -0/+1 |
| | | | | | | | | can disable it. Default is enabled. | ||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-02 | 3 | -15/+227 |
|\| | |||||
| * | preserve app categories when updating a system app | redmatrix | 2016-06-02 | 1 | -7/+25 |
| | | |||||
| * | adjust algorithm to ensure new system apps are installed. | redmatrix | 2016-06-02 | 1 | -3/+12 |
| | | |||||
| * | install system apps if a) they have never been installed, or b) if the app ↵ | redmatrix | 2016-06-02 | 1 | -10/+29 |
| | | | | | | | | version changes | ||||
| * | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -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 ↵ | redmatrix | 2016-05-30 | 1 | -0/+166 |
| | | | | | | | | comaptibility |