aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* module updatesredmatrix2016-04-18153-26099/+0
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-182-1/+4
|\
| * Merge branch 'master' into devMario Vavti2016-04-181-0/+1
| |\
| | * bring back bbcode buttons for mod/editpostMario Vavti2016-04-181-0/+1
| | |
| * | Merge branch 'master' into devMario Vavti2016-04-181-1/+3
| |\|
| | * fix rpost bbcode buttons and autocompleteMario Vavti2016-04-181-1/+3
| | |
* | | convert all the _well_known service controllers which are a bit touchy when ↵redmatrix2016-04-184-228/+0
|/ / | | | | | | it comes to the router
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-171-2/+10
|\ \
| * | Recover lost language translation accommodation and doc/context restructuringAndrew Manning2016-04-171-2/+10
| |/
* | pull in the new object router and a few selected samples for the new ↵redmatrix2016-04-172-1891/+0
| | | | | | | | controller layout
* | Convert Channel to new moduleredmatrix2016-04-152-423/+0
|/
* provide general purpose verification class, remove include/session.php (no ↵redmatrix2016-04-141-7/+3
| | | | longer used)
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-131-2/+2
|\
| * some bbcode autocomplete refinement for edit webpageMario Vavti2016-04-131-2/+2
| |
* | refactor the js detection into a checkjs class which is only enabled on ↵redmatrix2016-04-133-7/+13
| | | | | | | | demand (currently only the channel and display pages). Will probably require a bit more work to hide/disable the cover photo when js is disabled. Have not actually tested without js to discover any other potential page issues. Have only confirmed that the detection class works and redirects to set a jsdisabled cookie and reload the page with that cookie+variable set if called from the channel page.
* | reverse the logic of the jsenabled setting so that sessions without js are ↵redmatrix2016-04-124-12/+21
|/ | | | performance penalised instead of regular sessions.
* when saving bookmarks from a post allow choice of bookmark to be saved ↵redmatrix2016-04-111-1/+10
| | | | (default is all of them); this implements the backend. Additional work will be required on the front end or within plugins to make this happen.
* remove references to ref_session_write - can't useredmatrix2016-04-111-8/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-1010-17/+37
|\
| * fix autocomplete for /channel and /displayMario Vavti2016-04-092-1/+5
| |
| * some work on comanche autocompleteMario Vavti2016-04-099-16/+32
| |
* | a few issues: block public not blocking mod_cal, typo in sql for one clone ↵redmatrix2016-04-101-0/+5
|/ | | | file sync operation, fix_system_urls not catching cached contact photos, extend sessionhandler expiration when remember_me is enabled as the stored session is expiring long before the browser session.
* send file sync packets for all known file operationsredmatrix2016-04-072-39/+49
|
* more work on file sync to clones, 60-70% test coverage, mostly working but ↵redmatrix2016-04-061-1/+1
| | | | many changes made during testing which themselves have not yet been tested
* issue #340redmatrix2016-04-061-0/+14
|
* provide function to collect file/photo sync data per help/filesyncredmatrix2016-04-051-0/+1
|
* add some doco to getfile moduleredmatrix2016-04-051-0/+20
|
* server side of file/photo sync to deliver the file data. We'll sign it using ↵redmatrix2016-04-051-0/+76
| | | | our channel_hash and the current time to make it difficult to forge a request; as the sync process is not going to have magic-auth ability.
* provide a backup copy of prior notes widget content if the contents were ↵redmatrix2016-04-031-1/+11
| | | | just nuked.
* issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵redmatrix2016-04-031-0/+6
| | | | discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity.
* show chat expiration time in overview and minor fixesMario Vavti2016-04-031-0/+2
|
* suddenly we have includepath issues - provide the explicit pathsredmatrix2016-04-016-6/+6
|
* Merge branch 'static'redmatrix2016-03-31116-689/+689
|\
| * static Appredmatrix2016-03-31116-689/+689
| |
* | mod chat rework continuedMario Vavti2016-03-311-1/+2
|/
* deprecate $a->get_baseurl()redmatrix2016-03-3051-246/+246
|
* more work on mod chatMario Vavti2016-03-312-5/+17
|
* more on mod chatMario Vavti2016-03-301-10/+14
|
* some work on mod chatMario Vavti2016-03-302-31/+47
|
* add page title to the html titleredmatrix2016-03-291-0/+3
|
* Update es_es+n. Switch the feeds as requested by Mike.jeroenpraat2016-03-271-2/+1
|
* Small, but I think useful hack. Added a top posts only atom feed, so people ↵jeroenpraat2016-03-261-1/+2
| | | | can choose directly from their browser which feed they need.
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-261-2/+15
|\
| * Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-221-0/+1
| |\
| * | rewrite the webfinger discovery logicredmatrix2016-03-221-2/+15
| | |
* | | move link to /locs to settings menu if we have more than one location and ↵Mario Vavti2016-03-262-8/+7
| |/ |/| | | | | some template work on locs
* | Add a link to /locs to channel managerMario Vavti2016-03-221-0/+1
|/
* whip mod manage into shapeMario Vavti2016-03-221-8/+3
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-201-9/+6
|\
| * Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-201-2/+2
| |\