aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* simplify context help js and move it to main.js where all the nav related js ↵Mario Vavti2016-04-231-13/+4
| | | | resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu.
* 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
| | | | | | | | looked really wired because main moved with a different speed than help-content and help-content can not be displayed under the panel as it is implemented now.
| * Merge pull request #351 from anaqreon/toggle-context-helpgit-marijus2016-04-211-2/+9
| |\ | | | | | | Toggle context help
| | * Added admin/site setting that toggles context help panel. If disabled, ↵Andrew Manning2016-04-211-0/+6
| | | | | | | | | | | | original help menu button behavior is restored.
| | * 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}
| | * | | 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 ↵redmatrix2016-04-211-13/+13
|/ / / | | | | | | | | | 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.
* | | 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
| | | | element is over-riding content, so put summary into the xcal namespace. Some investigation reveals that both projects are non-compliant in the xcal space. Will deal with this later.
* remove the date hack on public feeds which was a temporary fix for an issue ↵redmatrix2016-04-171-2/+2
| | | | limiting the number of posts returned and no longer needed.
* filter out a bit more dreport noise - especially for private posts to ↵redmatrix2016-04-141-0/+11
| | | | multiple recipients.
* provide general purpose verification class, remove include/session.php (no ↵redmatrix2016-04-142-180/+3
| | | | longer used)
* fix marked bug in coderedmatrix2016-04-131-2/+1
|
* issue #331 use timeago.js for reshared publish date instead of ↵redmatrix2016-04-101-3/+1
| | | | relative_date() which does not play well with other networks.
* move more session related stuff such as paranoia handling (IP address ↵redmatrix2016-04-101-36/+2
| | | | changes) into the session object and extend remember_me cookies once a day so that they will never expire (theoretically). The DB session driver will extend its expiration on every session write (in the case of persistent sessions).
* 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 ↵redmatrix2016-04-102-1/+3
|/ | | | 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.
* 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 ↵redmatrix2016-04-061-6/+50
| | | | arrives from a clone
* 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
| | | | even when the actual observer is a guest (with permission to upload).
* more work on file sync to clones, 60-70% test coverage, mostly working but ↵redmatrix2016-04-063-12/+62
| | | | many changes made during testing which themselves have not yet been tested
* file sync testing continuedredmatrix2016-04-061-0/+4
|
* file sync testingredmatrix2016-04-062-2/+5
|
* file sync workredmatrix2016-04-064-7/+173
|
* issue #340redmatrix2016-04-061-9/+1
|
* getting file sync data - missed parent folderredmatrix2016-04-061-1/+7
|
* rework the "remember me" fix to be a bit less hackishredmatrix2016-04-061-0/+1
|
* provide function to collect file/photo sync data per help/filesyncredmatrix2016-04-051-0/+55
|
* Merge branch 'master' into devredmatrix2016-04-051-1/+1
|\
| * undeclared static property App::$stringsave (push_lang() and pop_lang())redmatrix2016-04-051-1/+1
| |
* | provide stream resource pointer option to z_fetch_url() and z_post_url() per ↵redmatrix2016-04-051-1/+13
| | | | | | | | earlier doco commit on syncing files/photos across clones.
* | fix contextual helpMario Vavti2016-04-051-3/+2
| |
* | Merge pull request #338 from anaqreon/contextual-helpredmatrix2016-04-051-3/+13
|\ \ | | | | | | Contextual help
| * | Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵Andrew Manning2016-04-0347-742/+771
| |\| | | | | | | | | | contextual-help
| * | Search docs/context/ hierarchically for help.html files to reduce redundancyAndrew Manning2016-03-261-2/+7
| | |
| * | Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵Andrew Manning2016-03-239-484/+321
| |\ \ | | | | | | | | | | | | contextual-help
| * | | Override navbar help button to open contextual help panel. Contextual help ↵Andrew Manning2016-03-211-3/+8
| | | | | | | | | | | | | | | | for mail written.
* | | | For GNU-social discovery, use the URI in the feed (author.uri) rather than ↵redmatrix2016-04-032-11/+21
| | | | | | | | | | | | | | | | try to pick out which of the aliases in webfinger are likely to be the right one. If we get it wrong, our communications with them will be discarded and there is no rhyme or reason to the logic about which representation is likely to be the one true account URI. It appears to vary with the clean_url setting of the site and this info isn't available to us except with a sequence of expensive probes and testing various ways of re-writing URLs to see if we get a response.