Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolved conflict in view/it/hstrings.php | Paolo Tacconi | 2016-04-15 | 532 | -91509/+104813 |
|\ | |||||
| * | commit 1.41.4 | redmatrix | 2016-04-14 | 2 | -1/+34 |
| | | |||||
| * | provide general purpose verification class, remove include/session.php (no ↵ | redmatrix | 2016-04-14 | 4 | -187/+48 |
| | | | | | | | | longer used) | ||||
| * | Merge branch 'master' into dev | redmatrix | 2016-04-14 | 1 | -2/+1 |
| |\ | |||||
| | * | revup #337 | redmatrix | 2016-04-14 | 1 | -2/+1 |
| | | | |||||
| * | | fix marked bug in code | redmatrix | 2016-04-13 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-13 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | some bbcode autocomplete refinement for edit webpage | Mario Vavti | 2016-04-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | refactor the js detection into a checkjs class which is only enabled on ↵ | redmatrix | 2016-04-13 | 5 | -19/+50 |
| | | | | | | | | | | | | | | | | demand (currently only the channel and display pages). Will probably require a bit more work to hide/disable the cover photo when js is disabled. Have not actually tested without js to discover any other potential page issues. Have only confirmed that the detection class works and redirects to set a jsdisabled cookie and reload the page with that cookie+variable set if called from the channel page. | ||||
| * | | | Merge branch 'master' into dev | redmatrix | 2016-04-13 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | issue #337 | redmatrix | 2016-04-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | reverse the logic of the jsenabled setting so that sessions without js are ↵ | redmatrix | 2016-04-12 | 8 | -26/+26 |
| | |/ | |/| | | | | | | | performance penalised instead of regular sessions. | ||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-12 | 1 | -2/+3 |
| |\ \ | |||||
| | * | | improve bbco autocomplete to not execute listNewLineAutocomplete() many ↵ | Mario Vavti | 2016-04-12 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | times after many ajax page reloads | ||||
| * | | | Important work on the sessionhandler to maintain compatibility with php7 and ↵ | redmatrix | 2016-04-12 | 3 | -58/+65 |
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | | php5x (x > 4) Merge branch 'master' into dev | ||||
| | * | revup issue #337 | redmatrix | 2016-04-12 | 1 | -1/+2 |
| | | | |||||
| * | | remove obsolete jotVideoURL() and jotAudioURL() | redmatrix | 2016-04-11 | 1 | -14/+0 |
| | | | |||||
| * | | when saving bookmarks from a post allow choice of bookmark to be saved ↵ | redmatrix | 2016-04-11 | 1 | -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 belongs | redmatrix | 2016-04-11 | 2 | -4/+10 |
| | | | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-11 | 1 | -10/+10 |
| |\ \ | |||||
| | * | | whitespace | Mario Vavti | 2016-04-11 | 1 | -10/+10 |
| | | | | |||||
| * | | | remove references to ref_session_write - can't use | redmatrix | 2016-04-11 | 1 | -8/+1 |
| |/ / | |||||
| * | | Merge branch 'master' into dev | redmatrix | 2016-04-11 | 5 | -3497/+3552 |
| |\| | |||||
| | * | revup | redmatrix | 2016-04-11 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_merge | redmatrix | 2016-04-10 | 4 | -3496/+3550 |
| | |\ | |||||
| | | * | Update Dutch and Spanish | jeroenpraat | 2016-04-10 | 4 | -3496/+3550 |
| | | | | |||||
| | * | | revup | redmatrix | 2016-04-10 | 1 | -1/+1 |
| | |/ | |||||
| * | | localise the opensearch link | redmatrix | 2016-04-10 | 3 | -6/+8 |
| | | | |||||
| * | | issue #331 use timeago.js for reshared publish date instead of ↵ | redmatrix | 2016-04-10 | 2 | -3/+8 |
| | | | | | | | | | | | | 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 | 2 | -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 ↵ | redmatrix | 2016-04-10 | 2 | -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_merge | redmatrix | 2016-04-10 | 20 | -22/+67 |
| |\ \ | |||||
| | * | | fix autocomplete for /channel and /display | Mario Vavti | 2016-04-09 | 2 | -1/+5 |
| | | | | |||||
| | * | | some work on comanche autocomplete | Mario Vavti | 2016-04-09 | 14 | -19/+54 |
| | | | | |||||
| | * | | enable bbcode autocomplete for other places | Mario Vavti | 2016-04-09 | 5 | -2/+8 |
| | | | | |||||
| * | | | a few issues: block public not blocking mod_cal, typo in sql for one clone ↵ | redmatrix | 2016-04-10 | 7 | -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 setting | redmatrix | 2016-04-08 | 3 | -1/+5 |
| |/ / | |||||
| * | | objectify all the session management stuff | redmatrix | 2016-04-08 | 7 | -12/+181 |
| | | | |||||
| * | | Merge branch 'master' into dev | redmatrix | 2016-04-08 | 2 | -1281/+1303 |
| |\| | |||||
| | * | revup | redmatrix | 2016-04-08 | 2 | -1281/+1303 |
| | | | |||||
| * | | send file sync packets for all known file operations | redmatrix | 2016-04-07 | 7 | -47/+112 |
| | | | |||||
| * | | implement updates of attach data to sync'd clones. | redmatrix | 2016-04-07 | 1 | -18/+38 |
| | | | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-07 | 2 | -1/+22 |
| |\ \ | |||||
| | * | | translate the most common bbcodes to their *real name*. finally we should ↵ | Mario Vavti | 2016-04-07 | 2 | -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 Vavti | 2016-04-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | th or td though | ||||
| | * | | move li back in the list since it will be used far less than list | Mario Vavti | 2016-04-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into dev | redmatrix | 2016-04-07 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | revup issue #337 | redmatrix | 2016-04-07 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into dev | redmatrix | 2016-04-06 | 1 | -1/+1 |
| |\| | |||||
| | * | revup issue #337 | redmatrix | 2016-04-06 | 1 | -1/+1 |
| | | |