aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reverse the logic of the jsenabled setting so that sessions without js are ↵redmatrix2016-04-128-26/+26
| | | | performance penalised instead of regular sessions.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-121-2/+3
|\
| * improve bbco autocomplete to not execute listNewLineAutocomplete() many ↵Mario Vavti2016-04-121-2/+3
| | | | | | | | times after many ajax page reloads
* | Important work on the sessionhandler to maintain compatibility with php7 and ↵redmatrix2016-04-123-58/+65
|\ \ | |/ |/| | | | | | | php5x (x > 4) Merge branch 'master' into dev
| * revup issue #337redmatrix2016-04-121-1/+2
| |
* | remove obsolete jotVideoURL() and jotAudioURL()redmatrix2016-04-111-14/+0
| |
* | 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.
* | move all DB session storage logic to SessionHandler where it belongsredmatrix2016-04-112-4/+10
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-111-10/+10
|\ \
| * | whitespaceMario Vavti2016-04-111-10/+10
| | |
* | | remove references to ref_session_write - can't useredmatrix2016-04-111-8/+1
|/ /
* | Merge branch 'master' into devredmatrix2016-04-115-3497/+3552
|\|
| * revupredmatrix2016-04-111-1/+1
| |
| * Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_mergeredmatrix2016-04-104-3496/+3550
| |\
| | * Update Dutch and Spanishjeroenpraat2016-04-104-3496/+3550
| | |
| * | revupredmatrix2016-04-101-1/+1
| |/
* | localise the opensearch linkredmatrix2016-04-103-6/+8
| |
* | issue #331 use timeago.js for reshared publish date instead of ↵redmatrix2016-04-102-3/+8
| | | | | | | | relative_date() which does not play well with other networks.
* | move more session related stuff such as paranoia handling (IP address ↵redmatrix2016-04-102-38/+59
| | | | | | | | 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).
* | when setting the session handler as an object using the auto register ↵redmatrix2016-04-102-2/+0
| | | | | | | | shutdown flag, explicitly calling session_write_close() should no longer be required. It shouldn't cause any issues if it is called twice, but the session driver interface has been known to sometimes act in unexpected ways and there are lots of "subtleties" which can often be difficult to debug. The mentioned flag implies PHP 5.4 minimum but I believe we require that anyway.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-1020-22/+67
|\ \
| * | fix autocomplete for /channel and /displayMario Vavti2016-04-092-1/+5
| | |
| * | some work on comanche autocompleteMario Vavti2016-04-0914-19/+54
| | |
| * | enable bbcode autocomplete for other placesMario Vavti2016-04-095-2/+8
| | |
* | | a few issues: block public not blocking mod_cal, typo in sql for one clone ↵redmatrix2016-04-107-15/+50
| | | | | | | | | | | | 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.
* | | log if the session handler fails and surface the ssl_cookie config settingredmatrix2016-04-083-1/+5
|/ /
* | objectify all the session management stuffredmatrix2016-04-087-12/+181
| |
* | Merge branch 'master' into devredmatrix2016-04-082-1281/+1303
|\|
| * revupredmatrix2016-04-082-1281/+1303
| |
* | send file sync packets for all known file operationsredmatrix2016-04-077-47/+112
| |
* | implement updates of attach data to sync'd clones.redmatrix2016-04-071-18/+38
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-072-1/+22
|\ \
| * | translate the most common bbcodes to their *real name*. finally we should ↵Mario Vavti2016-04-072-1/+19
| | | | | | | | | | | | probably use an array for each bbcode containing the bbcode the real name and possibly a template for use as a peview in the dropdown
| * | some more autocompletion for bbcode tables - leave it open if we wanna use ↵Mario Vavti2016-04-071-0/+3
| | | | | | | | | | | | th or td though
| * | move li back in the list since it will be used far less than listMario Vavti2016-04-071-1/+1
| | |
* | | Merge branch 'master' into devredmatrix2016-04-071-1/+1
|\ \ \ | |/ / |/| / | |/
| * revup issue #337redmatrix2016-04-071-1/+1
| |
* | Merge branch 'master' into devredmatrix2016-04-061-1/+1
|\|
| * revup issue #337redmatrix2016-04-061-1/+1
| |
* | 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-063-1/+13
| | | | | | | | 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-064-13/+63
| | | | | | | | 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
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-061-6/+64
|\ \
| * | automate bbcode list creation even furtherMario Vavti2016-04-071-0/+57
| | |
| * | adjust the regex to also work with asteriks and use the simpler syntax for listsMario Vavti2016-04-061-6/+7
| | |
* | | file sync workredmatrix2016-04-064-7/+173
|/ /
* | issue #340redmatrix2016-04-062-9/+15
| |