aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* allow engineering units (e.g. 400M, 1G) as service class limitsredmatrix2016-04-283-2/+5
* provide courtesy function for syncing one item. We'll probably be doing this ...redmatrix2016-04-271-0/+15
* Use / for album name in photo activities if no album present.redmatrix2016-04-271-1/+1
* implement the singleton delivery stuffredmatrix2016-04-263-8/+38
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-262-45/+28
|\
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-04-261-6/+12
| |\
| * | move spoiler= and quote= bbcode handling from prepare_body() to bbcode() and ...Mario Vavti2016-04-262-45/+28
* | | move iconfig functions to include/config.php with all the rest of the configs...redmatrix2016-04-264-159/+165
| |/ |/|
* | some cleanup on the mysqli driverredmatrix2016-04-251-6/+12
|/
* Setup was horked after this commit and I couldn't easily make it right so rev...redmatrix2016-04-254-79/+66
* remove global db variableredmatrix2016-04-254-66/+79
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-231-13/+4
|\
| * simplify context help js and move it to main.js where all the nav related js ...Mario Vavti2016-04-231-13/+4
* | this should work to call a hook for a string class methodredmatrix2016-04-231-2/+12
* | Class method support for hooksredmatrix2016-04-231-2/+3
|/
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-212-9/+27
|\
| * some fixes for contextual help and disable transition animation for now - it ...Mario Vavti2016-04-211-6/+11
| * Merge pull request #351 from anaqreon/toggle-context-helpgit-marijus2016-04-211-2/+9
| |\
| | * Added admin/site setting that toggles context help panel. If disabled, origin...Andrew Manning2016-04-211-0/+6
| | * Merge branch 'dev' into toggle-context-helpAndrew Manning2016-04-205-21/+212
| | |\
| | * | Try toggling context help using onclick attributeAndrew Manning2016-04-191-2/+3
| * | | Merge pull request #348 from git-marijus/devgit-marijus2016-04-211-5/+11
| |\ \ \
| | * | | add querystring to css and js which is added via head_add_{css, js}Mario Vavti2016-04-191-5/+11
| | | |/ | | |/|
* | / | new hook interface (the old one still works but requires handlers to have two...redmatrix2016-04-211-13/+13
|/ / /
* | | send the correct number of argsredmatrix2016-04-201-1/+1
* | | There is no longer a followup flag in the notifier. Remove all traces of it.redmatrix2016-04-201-2/+0
* | | bb2d updates from testing signature changesredmatrix2016-04-201-5/+5
* | | testing dmetaredmatrix2016-04-191-6/+5
* | | rework bb2diaspora for eradicating the diaspora comment virusredmatrix2016-04-191-3/+26
|/ /
* / module updatesredmatrix2016-04-185-21/+212
|/
* some issues with GNU-Social's implementation of events in feeds. The summary ...redmatrix2016-04-181-2/+2
* remove the date hack on public feeds which was a temporary fix for an issue l...redmatrix2016-04-171-2/+2
* filter out a bit more dreport noise - especially for private posts to multipl...redmatrix2016-04-141-0/+11
* provide general purpose verification class, remove include/session.php (no lo...redmatrix2016-04-142-180/+3
* fix marked bug in coderedmatrix2016-04-131-2/+1
* issue #331 use timeago.js for reshared publish date instead of relative_date(...redmatrix2016-04-101-3/+1
* move more session related stuff such as paranoia handling (IP address changes...redmatrix2016-04-101-36/+2
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-101-1/+4
|\
| * some work on comanche autocompleteMario Vavti2016-04-091-1/+4
* | a few issues: block public not blocking mod_cal, typo in sql for one clone fi...redmatrix2016-04-102-1/+3
|/
* objectify all the session management stuffredmatrix2016-04-084-10/+10
* send file sync packets for all known file operationsredmatrix2016-04-073-7/+17
* implement updates of attach data to sync'd clones.redmatrix2016-04-071-18/+38
* reset profile photo and cover photo bits for existing photos if a new one arr...redmatrix2016-04-061-6/+50
* missing profile photo in export dataredmatrix2016-04-061-1/+2
* use the explicit form of build_sync_packet so that file/photo sync will work ...redmatrix2016-04-061-1/+1
* more work on file sync to clones, 60-70% test coverage, mostly working but ma...redmatrix2016-04-063-12/+62
* file sync testing continuedredmatrix2016-04-061-0/+4
* file sync testingredmatrix2016-04-062-2/+5
* file sync workredmatrix2016-04-064-7/+173