aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Hubzilla on OpenShift deploy script to include unofficial repos by ↵Haakon Meland Eriksen2016-04-191-19/+19
| | | | appending the 'insecure' argument
* Merge remote-tracking branch 'upstream/master'Haakon Meland Eriksen2016-04-187-11602/+11633
|\
| * bring back bbcode buttons for mod/editpostMario Vavti2016-04-181-0/+1
| |
| * fix rpost bbcode buttons and autocompleteMario Vavti2016-04-181-1/+3
| |
| * revup #337redmatrix2016-04-181-1/+1
| |
| * Spanish and Dutch strings updatejeroenpraat2016-04-174-11600/+11628
| |
| * revup #337redmatrix2016-04-171-1/+1
| |
* | Merge remote-tracking branch 'upstream/master'Haakon Meland Eriksen2016-04-161-1/+1
|\|
| * revup #337redmatrix2016-04-161-1/+1
| |
* | Commented out extra repos except official addonsHaakon Meland Eriksen2016-04-161-12/+12
|/
* nav: move js and css out of template, provide a help button in the panel on ↵Mario Vavti2016-04-153-233/+222
| | | | small screens and lots of whitespace cleanup
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-04-154-7111/+7178
|\
| * Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_mergeredmatrix2016-04-152-3091/+3147
| |\
| | * Merge pull request #343 from wave72/masterWave2016-04-152-3091/+3147
| | |\ | | | | | | | | Updated Italian strings
| | | * Merge branch 'redmatrix-master'Paolo Tacconi2016-04-15532-91509/+104813
| | | |\
| | | | * Resolved conflict in view/it/hstrings.phpPaolo Tacconi2016-04-15532-91509/+104813
| | | |/| | | | |/ | | |/|
| | | * Updated Italian stringsPaolo Tacconi2016-04-152-3091/+3147
| | | |
| * | | revup + strings #337redmatrix2016-04-152-4020/+4031
| |/ /
* / / fix some slight crossbrowser rendering issues with jotMario Vavti2016-04-153-16/+16
|/ /
* | commit 1.41.4redmatrix2016-04-142-1/+34
| |
* | provide general purpose verification class, remove include/session.php (no ↵redmatrix2016-04-144-187/+48
| | | | | | | | longer used)
* | Merge branch 'master' into devredmatrix2016-04-141-2/+1
|\ \
| * | revup #337redmatrix2016-04-141-2/+1
| | |
* | | fix marked bug in coderedmatrix2016-04-131-2/+1
| | |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-131-2/+2
|\ \ \
| * | | some bbcode autocomplete refinement for edit webpageMario Vavti2016-04-131-2/+2
| | | |
* | | | refactor the js detection into a checkjs class which is only enabled on ↵redmatrix2016-04-135-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 devredmatrix2016-04-131-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | issue #337redmatrix2016-04-131-1/+1
| | | |
* | | | 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
|\ \ \