Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue #331 use timeago.js for reshared publish date instead of ↵ | redmatrix | 2016-04-10 | 1 | -3/+1 |
| | | | | relative_date() which does not play well with other networks. | ||||
* | move more session related stuff such as paranoia handling (IP address ↵ | redmatrix | 2016-04-10 | 1 | -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_merge | redmatrix | 2016-04-10 | 1 | -1/+4 |
|\ | |||||
| * | some work on comanche autocomplete | Mario Vavti | 2016-04-09 | 1 | -1/+4 |
| | | |||||
* | | a few issues: block public not blocking mod_cal, typo in sql for one clone ↵ | redmatrix | 2016-04-10 | 2 | -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 stuff | redmatrix | 2016-04-08 | 4 | -10/+10 |
| | |||||
* | send file sync packets for all known file operations | redmatrix | 2016-04-07 | 3 | -7/+17 |
| | |||||
* | implement updates of attach data to sync'd clones. | redmatrix | 2016-04-07 | 1 | -18/+38 |
| | |||||
* | reset profile photo and cover photo bits for existing photos if a new one ↵ | redmatrix | 2016-04-06 | 1 | -6/+50 |
| | | | | arrives from a clone | ||||
* | missing profile photo in export data | redmatrix | 2016-04-06 | 1 | -1/+2 |
| | |||||
* | use the explicit form of build_sync_packet so that file/photo sync will work ↵ | redmatrix | 2016-04-06 | 1 | -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 ↵ | redmatrix | 2016-04-06 | 3 | -12/+62 |
| | | | | many changes made during testing which themselves have not yet been tested | ||||
* | file sync testing continued | redmatrix | 2016-04-06 | 1 | -0/+4 |
| | |||||
* | file sync testing | redmatrix | 2016-04-06 | 2 | -2/+5 |
| | |||||
* | file sync work | redmatrix | 2016-04-06 | 4 | -7/+173 |
| | |||||
* | issue #340 | redmatrix | 2016-04-06 | 1 | -9/+1 |
| | |||||
* | getting file sync data - missed parent folder | redmatrix | 2016-04-06 | 1 | -1/+7 |
| | |||||
* | rework the "remember me" fix to be a bit less hackish | redmatrix | 2016-04-06 | 1 | -0/+1 |
| | |||||
* | provide function to collect file/photo sync data per help/filesync | redmatrix | 2016-04-05 | 1 | -0/+55 |
| | |||||
* | Merge branch 'master' into dev | redmatrix | 2016-04-05 | 1 | -1/+1 |
|\ | |||||
| * | undeclared static property App::$stringsave (push_lang() and pop_lang()) | redmatrix | 2016-04-05 | 1 | -1/+1 |
| | | |||||
* | | provide stream resource pointer option to z_fetch_url() and z_post_url() per ↵ | redmatrix | 2016-04-05 | 1 | -1/+13 |
| | | | | | | | | earlier doco commit on syncing files/photos across clones. | ||||
* | | fix contextual help | Mario Vavti | 2016-04-05 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #338 from anaqreon/contextual-help | redmatrix | 2016-04-05 | 1 | -3/+13 |
|\ \ | | | | | | | Contextual help | ||||
| * | | Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵ | Andrew Manning | 2016-04-03 | 47 | -742/+771 |
| |\| | | | | | | | | | | contextual-help | ||||
| * | | Search docs/context/ hierarchically for help.html files to reduce redundancy | Andrew Manning | 2016-03-26 | 1 | -2/+7 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵ | Andrew Manning | 2016-03-23 | 9 | -484/+321 |
| |\ \ | | | | | | | | | | | | | contextual-help | ||||
| * | | | Override navbar help button to open contextual help panel. Contextual help ↵ | Andrew Manning | 2016-03-21 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | for mail written. | ||||
* | | | | For GNU-social discovery, use the URI in the feed (author.uri) rather than ↵ | redmatrix | 2016-04-03 | 2 | -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't | redmatrix | 2016-04-03 | 2 | -3/+4 |
| | | | | |||||
* | | | | issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵ | redmatrix | 2016-04-03 | 4 | -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 dev | redmatrix | 2016-04-03 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | show chat expiration time in overview and minor fixes | Mario Vavti | 2016-04-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | use constant | redmatrix | 2016-04-02 | 1 | -1/+1 |
|/ / / | |||||
* | | | Chat Rooms -> Chatrooms | Mario Vavti | 2016-04-01 | 1 | -1/+1 |
| | | | |||||
* | | | change the App constructor | redmatrix | 2016-03-31 | 1 | -4/+1 |
| | | | |||||
* | | | create miniApp to convert existing settings files to the static App class | redmatrix | 2016-03-31 | 5 | -51/+23 |
| | | | |||||
* | | | issue #336 | redmatrix | 2016-03-31 | 2 | -3/+6 |
| | | | |||||
* | | | Merge branch 'static' | redmatrix | 2016-03-31 | 42 | -528/+528 |
|\ \ \ | |||||
| * | | | static App | redmatrix | 2016-03-31 | 42 | -528/+528 |
| | | | | |||||
* | | | | various fixes regarding mod chat | Mario Vavti | 2016-03-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | mod chat rework continued | Mario Vavti | 2016-03-31 | 1 | -0/+8 |
|/ / / | |||||
* | | | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 19 | -133/+133 |
| | | | |||||
* | | | issue #319 - NOTE: this does not fix the issue, it only reports it and ↵ | redmatrix | 2016-03-30 | 3 | -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 chat | Mario Vavti | 2016-03-30 | 1 | -0/+1 |
| | | | |||||
* | | | some work on mod chat | Mario Vavti | 2016-03-30 | 3 | -10/+11 |
| | | | |||||
* | | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-03-26 | 1 | -6/+20 |
|\ \ \ | |||||
| * | | | removed link to connected apps by accident | Mario Vavti | 2016-03-26 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/redmatrix/hubzilla | Mario Vavti | 2016-03-26 | 3 | -252/+252 |
| |\ \ \ | |||||
| * | | | | move link to /locs to settings menu if we have more than one location and ↵ | Mario Vavti | 2016-03-26 | 1 | -6/+14 |
| | | | | | | | | | | | | | | | | | | | | some template work on locs |