aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* file clone sync issue, 1. channel permission import had no uid, 2. ↵redmatrix2016-09-281-13/+14
| | | | mod_getfile was sending attach['data'] instead of attach['content']
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-283-3/+4
|\
| * fix wrong array key for profile photo resloutionMario Vavti2016-09-281-1/+1
| |
| * fix with update with /channel?f=&mid=hash issue #461Mario Vavti2016-09-282-2/+3
| |
* | issue #537 - angle bracket characters in DB password not recognisedredmatrix2016-09-281-18/+18
|/
* make the fetching of the default profile photo hookable, and document the hookredmatrix2016-09-271-17/+31
|
* Merge branch 'nulldate' into devredmatrix2016-09-2610-14/+14
|\
| * null_date conversion; phase 1redmatrix2016-09-2510-14/+14
| |
* | remove the now useless url fragments from notification linksredmatrix2016-09-251-4/+1
| |
* | autoscroll to target post/comment when in single-thread mode; don't ↵redmatrix2016-09-251-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 activityredmatrix2016-09-251-0/+6
| |
* | more infrastructure for notification auto-scroll to commentredmatrix2016-09-241-2/+5
| |
* | also allow notification scroll on conversation page notifications (network ↵redmatrix2016-09-241-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. ↵redmatrix2016-09-243-1/+9
| | | | | | | | We still need an ajax handler as fragments are evaluated before content is loaded.
* | convert oembed tools to use json arrays rather than json objectsredmatrix2016-09-241-1/+1
| |
* | objects with id=share_container seem to be blacklisted in various security ↵Mario Vavti2016-09-221-2/+2
|/ | | | browser plugins. rename it to distr_container. also remove some superfluous js
* issue #522 - replace && with AND in sql query.redmatrix2016-09-211-1/+1
|
* finish the channel_reddress() conversionredmatrix2016-09-212-2/+2
|
* issue #516redmatrix2016-09-201-65/+58
|
* fix issue #517Mario Vavti2016-09-192-2/+2
|
* a couple more namespace issues with exception handlersredmatrix2016-09-181-1/+1
|
* couple of minor issues with dba namespace during install and enotify::format ↵redmatrix2016-09-182-6/+12
| | | | referencing an unknown variable
* some changes merged from wrong branch... new function channel_reddress() ↵redmatrix2016-09-175-8/+8
| | | | instead of hardwired generation and which fixes case-sensitivity; allow dot notation in config and pconfig utils, updated string file
* fix settings/accountMario Vavti2016-09-121-2/+2
|
* fix for old style version specifiersredmatrix2016-09-081-0/+5
|
* more get rid of illegal offset in include/conversationredmatrix2016-09-083-7/+10
|
* comanche: simple test issueredmatrix2016-09-081-2/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-09-085-40/+66
|\
| * pro: provide settings for techlevel and techlevel_lock on admin/site pageredmatrix2016-09-081-0/+27
| |
| * pro: better handling of system techlevel settings.redmatrix2016-09-071-3/+2
| | | | | | | | | | | | | | system.techlevel = initial techlevel for all new accounts system.techlevel_lock = if 1, account techlevel cannot be changed this allows accounts to exist with alternate techlevels than a locked default, but they need to be set by the administrator. By default with no config settings, everybody starts at 0 but can set their own level.
| * provide version info in /pubsitesredmatrix2016-09-072-3/+3
| |
| * pubsites: we still need to filter really really old redmatrix sites. These ↵redmatrix2016-09-071-0/+2
| | | | | | | | will not provide a pleasant experience. We probably should add version to the table.
| * Remove the platform check in pubsites, since we're reporting it now. Folks ↵redmatrix2016-09-071-2/+0
| | | | | | | | can decide for themselves.
| * photo move to another album - resurrected from a temporary branch where the ↵redmatrix2016-09-061-32/+32
| | | | | | | | work had gotten lost
* | patch foundation-6.2.3 to work with jquery-3.1Mario Vavti2016-09-081-2/+2
|/
* turn Settings page into sub-modulesredmatrix2016-09-069-1315/+1368
|
* document the SubModule class and provide an option to change where the ↵redmatrix2016-09-061-4/+16
| | | | submodule name is located in the url path
* final cleanup on submodulesredmatrix2016-09-052-3/+3
|
* move the rest of mod_admin to sub modulesredmatrix2016-09-0510-1342/+1393
|
* move admin/plugins::post to submodule and get rid of absolute pathsredmatrix2016-09-052-244/+237
|
* move admin/security to submoduleredmatrix2016-09-052-188/+123
|
* superfluous backslashredmatrix2016-09-051-1/+1
|
* use SubModule class for generalising submodules, move back to the ↵redmatrix2016-09-053-17/+42
| | | | zotlabs/module hierarchy
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-051-1/+1
|\
| * json_decode() should return an array instead of an object at this placeMario Vavti2016-09-051-1/+1
| |
* | add links to zcards #500 ; also provide drag/drop highlighting of comment ↵redmatrix2016-09-051-1/+1
|/ | | | regions when a link is being dragged over them
* begin to organise the admin module into independent sub-modules. The same ↵redmatrix2016-09-042-239/+258
| | | | needs to happen with the API module. Using admin/plugins->get() as the first test case
* sidebar table of contents for help hierarchies; note that these should ↵redmatrix2016-09-041-1/+1
| | | | probably be html due to extraneous linefeeds you might find in bbcode or markdown
* move doc file parsing and rendering from the module level to the help ↵redmatrix2016-09-041-86/+5
| | | | library so that it can be re-used by widgets
* don't send purge_all notification to self.redmatrix2016-09-031-1/+1
|