aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* isolate all the tagadelic core code into a class and reuse itredmatrix2016-05-041-0/+44
|
* provide a tag cloud for app categories and allow filtering apps from thisredmatrix2016-05-041-1/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-043-43/+53
|\
| * add help to some permissions dialogsTreer2016-05-052-2/+2
| |
| * Refine permissions dialog UITreer2016-05-042-3/+19
| |
| * whitespaceMario Vavti2016-05-041-3/+3
| |
| * whitespaceMario Vavti2016-05-041-40/+34
| |
* | add categories to apps (wip)redmatrix2016-05-041-4/+22
|/
* ensure that important system fields are passed through the appman editorredmatrix2016-05-031-1/+5
|
* more background work for app management - give every member a copy of all ↵redmatrix2016-05-031-1/+6
| | | | 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.
* more security stuffredmatrix2016-05-021-8/+13
|
* sort out the rest of the source categoriesredmatrix2016-05-021-2/+2
|
* a couple of bugfixes from earlier checkins and implementation of source tagsredmatrix2016-05-011-6/+13
|
* sort addons based on the internal display name instead of the filenameredmatrix2016-05-011-0/+7
|
* use only the std_versionredmatrix2016-05-012-15/+10
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-012-2/+7
|\
| * make weblink and attach button hideable and some minor fixesMario Vavti2016-05-012-2/+7
| |
* | some much needed work on oembed securityredmatrix2016-05-012-11/+20
|/
* Merge pull request #362 from Treer/fontawesomeredmatrix2016-05-013-5/+5
|\ | | | | Update Font-Awesome to 4.6.1
| * update icon names in Zotlabs/Treer2016-05-013-5/+5
| |
* | whitespaceMario Vavti2016-04-301-36/+35
| |
* | more work on layout editorsMario Vavti2016-04-302-5/+7
| |
* | make mod editlayout use status_editor()Mario Vavti2016-04-301-107/+54
| |
* | minor cleanupMario Vavti2016-04-301-24/+16
|/
* get rid of the unused ispublic variableMario Vavti2016-04-293-3/+2
|
* some work on making mod editpost use status_editor() - if you find anything ↵Mario Vavti2016-04-291-87/+28
| | | | related to jot broken please revert this commit
* allow engineering units (e.g. 400M, 1G) as service class limitsredmatrix2016-04-286-11/+11
|
* This setting isn't implemented so remove the UI until it is.redmatrix2016-04-281-1/+1
|
* provide a Hook method to unregister all hooks with a given filespec ↵redmatrix2016-04-271-0/+21
| | | | component. This will be useful in upgrading plugins to use new interfaces, as you won't have to individually unregister hook declarations that you are no longer using in the code.
* some refinements on jotMario Vavti2016-04-272-23/+9
|
* make it more obvious what is behind the dropdownsMario Vavti2016-04-253-2/+5
|
* Class method support for hooksredmatrix2016-04-231-0/+10
|
* Some issues discovered with linkinfo module, and update the doco about using ↵redmatrix2016-04-211-20/+20
| | | | object modules in addons; as there were a couple of surprises.
* No idea how long RSD (Really Simple Discovery) has been broken. I had no ↵redmatrix2016-04-211-21/+9
| | | | idea it was even here.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-211-1/+5
|\
| * Merge pull request #351 from anaqreon/toggle-context-helpgit-marijus2016-04-211-1/+5
| |\ | | | | | | Toggle context help
| | * Added admin/site setting that toggles context help panel. If disabled, ↵Andrew Manning2016-04-211-1/+2
| | | | | | | | | | | | original help menu button behavior is restored.
| | * Merge branch 'dev' into toggle-context-helpAndrew Manning2016-04-20157-0/+27074
| | |\
| | * | Try toggling context help using onclick attributeAndrew Manning2016-04-191-1/+4
| | | |
* | | | new hook interface (the old one still works but requires handlers to have ↵redmatrix2016-04-211-0/+76
| | | | | | | | | | | | | | | | two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts.
* | | | provide a way for the router to support custom controller objects and allow ↵redmatrix2016-04-211-11/+28
| | | | | | | | | | | | | | | | plugins to register class objects as modules instead of the traditional procedural interface.
* | | | change the 404 warning from the router to reflect the new architectureredmatrix2016-04-201-4/+5
|/ / /
* | | make the cookie check agnostic to cookie stateredmatrix2016-04-201-5/+3
| | |
* | | revert the reversal of checkjs logic, but still restrict the behaviour scope ↵redmatrix2016-04-204-7/+20
| | | | | | | | | | | | to just those urls that require it
* | | We no longer require the diaspora_meta service locally.redmatrix2016-04-201-3/+3
| |/ |/|
* | missing class instance pointer in Pconfig module upgraderedmatrix2016-04-191-1/+1
| |
* | remove test files which were committed by accidentredmatrix2016-04-193-164/+0
| |
* | a bit more namespace wranglingredmatrix2016-04-185-9/+9
| |
* | module updatesredmatrix2016-04-18156-0/+26987
| |
* | convert all the _well_known service controllers which are a bit touchy when ↵redmatrix2016-04-184-0/+251
|/ | | | it comes to the router