aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* make weblink and attach button hideable and some minor fixesMario Vavti2016-05-012-2/+7
* Merge pull request #362 from Treer/fontawesomeredmatrix2016-05-013-5/+5
|\
| * 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 r...Mario Vavti2016-04-291-87/+28
* 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 component...redmatrix2016-04-271-0/+21
* 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
* No idea how long RSD (Really Simple Discovery) has been broken. I had no idea...redmatrix2016-04-211-21/+9
* 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
| |\
| | * Added admin/site setting that toggles context help panel. If disabled, origin...Andrew Manning2016-04-211-1/+2
| | * 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 two...redmatrix2016-04-211-0/+76
* | | | provide a way for the router to support custom controller objects and allow p...redmatrix2016-04-211-11/+28
* | | | 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
* | | 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 i...redmatrix2016-04-184-0/+251
|/
* pull in the new object router and a few selected samples for the new controll...redmatrix2016-04-173-5/+1917
* Convert Channel to new moduleredmatrix2016-04-152-0/+434
* cleanup and test of new routerredmatrix2016-04-151-39/+39
* get init() working with class modulesredmatrix2016-04-152-9/+27
* testing the new router/module coderedmatrix2016-04-151-1/+21
* provide general purpose verification class, remove include/session.php (no lo...redmatrix2016-04-141-0/+42
* refactor the js detection into a checkjs class which is only enabled on deman...redmatrix2016-04-131-0/+36
* reverse the logic of the jsenabled setting so that sessions without js are pe...redmatrix2016-04-121-2/+2
* Important work on the sessionhandler to maintain compatibility with php7 and ...redmatrix2016-04-122-57/+63
|\
* | move all DB session storage logic to SessionHandler where it belongsredmatrix2016-04-112-4/+10
* | whitespaceMario Vavti2016-04-111-10/+10
* | localise the opensearch linkredmatrix2016-04-101-5/+6
* | move more session related stuff such as paranoia handling (IP address changes...redmatrix2016-04-101-2/+57
* | a few issues: block public not blocking mod_cal, typo in sql for one clone fi...redmatrix2016-04-102-13/+23
* | log if the session handler fails and surface the ssl_cookie config settingredmatrix2016-04-081-1/+3
* | objectify all the session management stuffredmatrix2016-04-082-0/+169
* | send file sync packets for all known file operationsredmatrix2016-04-072-1/+46