aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix settings/accountMario Vavti2016-09-121-2/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-099-4931/+4994
|\
| * whitelist button tag in htmlpurifierMario Vavti2016-09-091-0/+3
| |
| * Merge pull request #510 from wave72/devWave2016-09-092-4745/+4849
| |\ | | | | | | Updated Italian strings
| | * Updated Italian stringsWave722016-09-092-4745/+4849
| | |
| * | version bump due to js caching issueMario Vavti2016-09-091-1/+1
| | |
| * | update justifiedGallery 3.6.1 -> 3.6.3Mario Vavti2016-09-095-185/+141
| | |
* | | issue #511, postgres schema issuesredmatrix2016-09-092-4250/+4299
|/ /
* | fix for old style version specifiersredmatrix2016-09-082-3/+5
| |
* | more get rid of illegal offset in include/conversationredmatrix2016-09-083-7/+10
| |
* | illegal offset errors in include/conversation:status_editor() when no ↵redmatrix2016-09-081-0/+4
| | | | | | | | permissions array is passed
* | comanche: simple test issueredmatrix2016-09-081-2/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-083-5/+8
|\ \
| * | add more foundation data- attributesMario Vavti2016-09-081-1/+4
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-09-0813-47/+146
| |\ \
| * | | patch foundation-6.2.3 to work with jquery-3.1Mario Vavti2016-09-082-4/+4
| | | |
* | | | fix bookmarks in devredmatrix2016-09-081-1/+1
| |/ / |/| |
* | | pro: provide settings for techlevel and techlevel_lock on admin/site pageredmatrix2016-09-082-0/+33
| | |
* | | 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-077-10/+26
| | |
* | | 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.
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-0721-12225/+12213
|\| |
| * | missing fileMario Vavti2016-09-071-0/+9069
| | |
| * | upgrade foundation to version 6.2.3Mario Vavti2016-09-0720-12225/+3144
| | |
* | | 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-063-32/+83
|/ / | | | | | | work had gotten lost
* | turn Settings page into sub-modulesredmatrix2016-09-0610-1317/+1370
| |
* | 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
* | custom/expert permissions bugredmatrix2016-09-061-3/+14
| |
* | final cleanup on submodulesredmatrix2016-09-052-3/+3
| |
* | move the rest of mod_admin to sub modulesredmatrix2016-09-0511-1342/+1400
| |
* | 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-054-17/+43
| | | | | | | | zotlabs/module hierarchy
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-09-052-2/+2
|\ \
| * | bump STD_VERSION due to possible js chaching issue with new jotnets ↵Mario Vavti2016-09-051-1/+1
| | | | | | | | | | | | implementation
| * | 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-055-5/+35
|/ / | | | | | | 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
* | remove chatroom suggestions for the time being, until somebody decides it's ↵redmatrix2016-09-041-0/+8
| | | | | | | | worth fixing and rolls up their sleeves and does it. See the notes. There's a lot of useful technology involved and some valid use cases so we won't throw the code away. There's a lot of stuff in here worth saving. We just need to spend a bit more time working through the nitty-gritty bits.
* | minor revisionredmatrix2016-09-041-1/+1
| |
* | And the next chapter begins...redmatrix2016-09-046-4/+23
| |
* | add the table of contents filesredmatrix2016-09-042-0/+11
| |
* | sidebar table of contents for help hierarchies; note that these should ↵redmatrix2016-09-044-31/+60
| | | | | | | | probably be html due to extraneous linefeeds you might find in bbcode or markdown
* | incutio xmlrpc library uses old-style (php4) constructors which have been ↵redmatrix2016-09-042-14/+14
| | | | | | | | deprecated for some time. They should still work on 7.0, but it's only a matter of time before they go away.
* | fix register link if logged inMario Vavti2016-09-041-1/+1
| |
* | move doc file parsing and rendering from the module level to the help ↵redmatrix2016-09-043-86/+101
| | | | | | | | library so that it can be re-used by widgets
* | wrong operatorredmatrix2016-09-031-1/+1
| |
* | don't send purge_all notification to self.redmatrix2016-09-031-1/+1
| |