aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* some work on comanche autocompleteMario Vavti2016-04-091-1/+4
|
* 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.
* | | | Bug: "remember me" doesn'tredmatrix2016-04-032-3/+4
| | | |
* | | | issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵redmatrix2016-04-034-3/+12
| | | | | | | | | | | | | | | | discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity.
* | | | Merge branch 'master' into devredmatrix2016-04-031-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | show chat expiration time in overview and minor fixesMario Vavti2016-04-031-1/+1
| | | |
* | | | use constantredmatrix2016-04-021-1/+1
|/ / /
* | | Chat Rooms -> ChatroomsMario Vavti2016-04-011-1/+1
| | |
* | | change the App constructorredmatrix2016-03-311-4/+1
| | |
* | | create miniApp to convert existing settings files to the static App classredmatrix2016-03-315-51/+23
| | |
* | | issue #336redmatrix2016-03-312-3/+6
| | |
* | | Merge branch 'static'redmatrix2016-03-3142-528/+528
|\ \ \
| * | | static Appredmatrix2016-03-3142-528/+528
| | | |
* | | | various fixes regarding mod chatMario Vavti2016-03-311-1/+1
| | | |
* | | | mod chat rework continuedMario Vavti2016-03-311-0/+8
|/ / /
* | | deprecate $a->get_baseurl()redmatrix2016-03-3019-133/+133
| | |
* | | issue #319 - NOTE: this does not fix the issue, it only reports it and ↵redmatrix2016-03-303-10/+31
| | | | | | | | | | | | continues. We need to examine any logger statements that contain 'stack:' as a result of reporting this issue and find and fix the original problem - which is that set_pconfig is being called without a valid $uid. I'm worried that since we will now continue on without throwing a PHP error that nobody will ever notice or find the problem that is causing this.
* | | more on mod chatMario Vavti2016-03-301-0/+1
| | |
* | | some work on mod chatMario Vavti2016-03-303-10/+11
| | |
* | | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-261-6/+20
|\ \ \
| * | | removed link to connected apps by accidentMario Vavti2016-03-261-0/+6
| | | |
| * | | Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-263-252/+252
| |\ \ \
| * | | | move link to /locs to settings menu if we have more than one location and ↵Mario Vavti2016-03-261-6/+14
| | | | | | | | | | | | | | | | | | | | some template work on locs
* | | | | issue #319 part 2redmatrix2016-03-261-9/+11
| |/ / / |/| | |
* | | | add hook to allow plugins to perform a follow activity from an activityfeedredmatrix2016-03-231-4/+14
| |_|/ |/| |
* | | atom specifies a uri or iri for the id. message_id isn't suitable here.redmatrix2016-03-232-4/+5
| | |
* | | rewrite the webfinger discovery logicredmatrix2016-03-222-244/+233
|/ /