summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-06-1450-100/+78
|
* Fix escaping of user and group names in "shared by" messageJoas Schilling2017-06-131-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #5027 from nextcloud/require-nextcloud-version-as-per-docsMorris Jobke2017-06-122-8/+4
|\ | | | | Version and dependency are now required
| * Add missing version requirement to OAuth2 appJoas Schilling2017-05-221-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Version and dependency are now requiredJoas Schilling2017-05-221-6/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-06-1354-146/+102
| |
* | Merge pull request #5167 from nextcloud/rakekniven-patch-2Morris Jobke2017-06-122-2/+2
|\ \ | | | | | | l10n improvements from transifex
| * | Update setupchecks.jsrakekniven2017-05-312-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typo and removed doclink symbol. Reported at transifex Update util.php Another l10n improvement from transifex. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #5315 from nextcloud/global-evalMorris Jobke2017-06-121-1/+1
|\ \ \ | | | | | | | | execute eval in global scope, addresses #5314
| * | | execute eval in global scope, addresses #5314Arthur Schiwon2017-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | unsure whether this is properly supported everywhere, injection is not an option for us Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Remove the char because it breaks the export from transifexJoas Schilling2017-06-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-06-122-2/+2
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-06-104-4/+4
| | | |
* | | | Merge pull request #5307 from artemanufrij/masterJan-Christoph Borchardt2017-06-091-0/+1
|\ \ \ \ | | | | | | | | | | Fix height for horizontal scrollbar
| * | | | Fix height for horizontal scrollbarArtem Anufrij2017-06-081-0/+1
| | | | | | | | | | | | | | | Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
* | | | | Fix missing js merge on masterJoas Schilling2017-06-091-1/+1
| |/ / / |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-06-092-686/+0
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2017-06-082-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-076-2/+1240
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-062-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-048-12/+24
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-032-36/+36
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-0214-208/+218
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-06-0110-34/+50
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-05-312-2/+6
| |
* | Merge pull request #5135 from patschi/remove-appmenu-limitJoas Schilling2017-05-301-5/+0
|\ \ | | | | | | Remove appmenu limit
| * | Closed #5121, remove appmenu limitPatrik Kernstock2017-05-261-5/+0
| | | | | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-304-2/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-05-298-20/+706
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-05-282-4/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-05-274-2/+16
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-05-266-0/+566
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-05-252-0/+686
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-05-244-6/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-236-26/+44
| |
* | Merge pull request #5014 from nextcloud/update-opcache-recommendationRoeland Jago Douma2017-05-222-2/+2
|\ \ | |/ |/| Update Opcache recommendation
| * Update Opcache recommendationMorris Jobke2017-05-212-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-05-2210-14/+66
|/
* Merge pull request #4983 from nextcloud/master-oauth-not-disableMorris Jobke2017-05-201-0/+1
|\ | | | | Mark OAuth app as always enabled
| * Mark OAuth app as always enabledLukas Reschke2017-05-191-0/+1
| | | | | | | | | | | | At the moment we don't support disabling the OAuth app Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2017-05-214-0/+622
| |
* | Merge pull request #4854 from michaelletzgus/deferred-script-loading-v2Morris Jobke2017-05-203-24/+3
|\ \ | | | | | | Make page loading faster, deferred script loading, now switchable:
| * | Make page loading faster by deferred script loading:Michael Letzgus2017-05-203-24/+3
| | | | | | | | | | | | | | | | | | | | | | | | * Create generalized function for emmitting <script defer src=""> tags to templates * Remove type attribute from inline_js * Add defer attribute to external <script> tags Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-2056-96/+54
| | |
* | | Merge pull request #4943 from nextcloud/rename-secure-dropBjörn Schießle2017-05-192-2/+2
|\ \ \ | | | | | | | | rename secure drop back to files drop
| * | | rename secure drop back to files drop because of name collision with ↵Bjoern Schiessle2017-05-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | securedrop.org Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Fixes visible sidebar even if hidden is appliedMorris Jobke2017-05-191-0/+3
| |_|/ |/| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-05-1932-90/+154
| | |
* | | Add tests for ClientFlowLoginControllerLukas Reschke2017-05-181-6/+4
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add OAuth state to sessionLukas Reschke2017-05-181-24/+18
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>