Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5072 from mjmunger/master | Morris Jobke | 2017-06-13 | 1 | -1/+1 |
|\ | | | | | Fixed a crash caused by Local::copyFromStorage() not conforming to Co… | ||||
| * | Fixed a crash caused by Local::copyFromStorage() not conforming to ↵ | Michael Munger | 2017-05-23 | 1 | -1/+1 |
| | | | | | | | | Common::copyFromStorage. Issue# 5071 | ||||
* | | Fix unknown share token | Joas Schilling | 2017-06-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #5343 from nextcloud/share-filter-missing-groups | Lukas Reschke | 2017-06-13 | 2 | -1/+3 |
|\ \ | | | | | | | filter missing groups in share provider | ||||
| * | | filter missing groups in share provider | Robin Appelman | 2017-06-12 | 2 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #5027 from nextcloud/require-nextcloud-version-as-per-docs | Morris Jobke | 2017-06-12 | 1 | -31/+7 |
|\ \ \ | | | | | | | | | Version and dependency are now required | ||||
| * | | | Version and dependency are now required | Joas Schilling | 2017-05-22 | 1 | -31/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-13 | 56 | -114/+114 |
| | | | | |||||
* | | | | Merge pull request #5167 from nextcloud/rakekniven-patch-2 | Morris Jobke | 2017-06-12 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | l10n improvements from transifex | ||||
| * | | | | Update setupchecks.js | rakekniven | 2017-05-31 | 1 | -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 #5323 from nextcloud/use-touch-icon-for-favicon-fb.png | Morris Jobke | 2017-06-12 | 1 | -4/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Theme image for favicon-fb.png | ||||
| * | | | | | Theme image for favicon-fb.png | Lukas Reschke | 2017-06-09 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/5322 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-12 | 4 | -4/+4 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-11 | 4 | -4/+4 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-10 | 6 | -132/+132 |
|/ / / / / | |||||
* | | | | | Revert "Always enable Zip64 extension for zipstreamer" | Joas Schilling | 2017-06-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-09 | 2 | -458/+0 |
| |_|/ / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-08 | 4 | -6/+6 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-07 | 4 | -6/+464 |
| | | | | |||||
* | | | | Merge pull request #5268 from nextcloud/allow-to-theme-emails | Morris Jobke | 2017-06-06 | 1 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | Allow to overwrite the email template again | ||||
| * | | | | Allow to overwrite the email template again | Joas Schilling | 2017-06-06 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Update autoloader | Morris Jobke | 2017-06-06 | 2 | -0/+4 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-06 | 4 | -4/+4 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-04 | 6 | -12/+20 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-03 | 2 | -4/+4 |
| | | | | |||||
* | | | | Merge pull request #5213 from nextcloud/fix-change-hook | blizzz | 2017-06-02 | 1 | -2/+7 |
|\ \ \ \ | | | | | | | | | | | Trigger changeUser hook only on real changes | ||||
| * | | | | emit changeUser only if there really was a change (quota, displayname) | Arthur Schiwon | 2017-06-01 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | Merge pull request #5209 from nextcloud/fix-install-mysql-mb4 | blizzz | 2017-06-02 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fix install on mb4 enabled mariadb/mysql | ||||
| * | | | | | fix install on mb4 enabled mariadb/mysql | Arthur Schiwon | 2017-06-01 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | Merge pull request #5084 from nextcloud/useful-gs-settings | Björn Schießle | 2017-06-02 | 4 | -1/+130 |
|\ \ \ \ \ | | | | | | | | | | | | | add new config switched for the global scale architecture | ||||
| * | | | | | add new config switched for the global scale architecture | Bjoern Schiessle | 2017-05-29 | 4 | -1/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-02 | 10 | -54/+62 |
| |/ / / / |/| | | | | |||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-01 | 4 | -4/+462 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #5116 from McNetic/zipstreamer | Joas Schilling | 2017-05-30 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Always enable Zip64 extension for zipstreamer | ||||
| * | | | | Always enable Zip64 extension for zipstreamer | Nicolai Ehemann | 2017-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolai Ehemann <en@enlightened.de> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-30 | 2 | -0/+2 |
| |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-27 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #5090 from ↵ | blizzz | 2017-05-26 | 1 | -2/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/try-fixing-missing-background-jobs-on-app-update Register the autoloading earlier so we can load the background jobs | ||||
| * | | | | Register the autoloading earlier so we can load the background jobs | Joas Schilling | 2017-05-24 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-26 | 2 | -0/+8 |
| |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-25 | 2 | -0/+458 |
|/ / / | |||||
* | / | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-24 | 2 | -0/+6 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-23 | 2 | -0/+8 |
| | | |||||
* | | Merge pull request #5016 from nextcloud/reset-opcache-on-updater-page-load | Roeland Jago Douma | 2017-05-22 | 1 | -0/+3 |
|\ \ | |/ |/| | Reset opcache if update is detected | ||||
| * | Reset opcache if update is detected | Morris Jobke | 2017-05-21 | 1 | -0/+3 |
| | | | | | | | | | | | | This even works if opcache_reset is in the disabled_functions php.ini setting. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-22 | 2 | -2/+8 |
|/ | |||||
* | Set SCSS dependencies to memcache on compile | Roeland Jago Douma | 2017-05-21 | 1 | -1/+3 |
| | | | | | | | Else when an upgrade happens we will recompile all the SCSS files all the time (until the cache expires). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #4854 from michaelletzgus/deferred-script-loading-v2 | Morris Jobke | 2017-05-20 | 2 | -0/+41 |
|\ | | | | | Make page loading faster, deferred script loading, now switchable: | ||||
| * | Make page loading faster by deferred script loading: | Michael Letzgus | 2017-05-20 | 2 | -0/+41 |
| | | | | | | | | | | | | | | | | * 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 transifex | Nextcloud bot | 2017-05-20 | 2 | -0/+44 |
| | |