Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9483 from nextcloud/azure-blob | Morris Jobke | 2018-06-04 | 3 | -0/+120 |
|\ | | | | | add azure object storage backend | ||||
| * | add azure unit tests with azurite | Robin Appelman | 2018-06-04 | 1 | -1/+28 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Bump autoloader | Roeland Jago Douma | 2018-06-04 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | add azure object storage backend | Robin Appelman | 2018-06-04 | 1 | -0/+91 |
| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #9641 from ↵ | Morris Jobke | 2018-06-04 | 1 | -2/+14 |
|\ \ | | | | | | | | | | | | | nextcloud/techdep/noid/caching_explicit_in_response Move caching logic to response | ||||
| * | | Move caching logic to response | Roeland Jago Douma | 2018-06-04 | 1 | -2/+14 |
| |/ | | | | | | | | | | | | | | | | | | | This avoids having to do it at all the places we want cached responses. We can't inject the ITimeFactor without breaking public API. However we can perfectly overwrite the service (resulting in the same testable effect). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #9725 from nextcloud/fix/contacts-menu-local-null-check | Morris Jobke | 2018-06-04 | 1 | -1/+2 |
|\ \ | | | | | | | Fix local users check in contacts menu | ||||
| * | | Fix local users check in contacts menu | Christoph Wurst | 2018-06-04 | 1 | -1/+2 |
| |/ | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #9425 from nextcloud/db-reconnect-timeout | Morris Jobke | 2018-06-04 | 4 | -1/+55 |
|\ \ | |/ |/| | Check connection status and attempt to reconnect each each minute | ||||
| * | Check connection status and attempt to reconnect each each minute | Robin Appelman | 2018-05-08 | 4 | -1/+55 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-01 | 4 | -0/+4 |
| | | |||||
* | | Remove not needed change | Morris Jobke | 2018-05-31 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-31 | 4 | -6/+8 |
| | | |||||
* | | Add since tags | Roeland Jago Douma | 2018-05-30 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Add human readable description to migration steps | Robin Appelman | 2018-05-30 | 3 | -4/+55 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Make sure the file is readable before attempting to create a preview | Roeland Jago Douma | 2018-05-30 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-30 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #9589 from nextcloud/bugfix/noid/allow-empty-route-navigation | Morris Jobke | 2018-05-29 | 1 | -1/+1 |
|\ \ | | | | | | | Allow empty route for navigation entries | ||||
| * | | Allow empty route for navigation entries | Julius Härtl | 2018-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Navigation entries might be handled by javascript, as the about section from https://github.com/nextcloud/firstrunwizard/pull/64 so we don't need a route for that. Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-29 | 4 | -0/+4 |
| | | | |||||
* | | | Merge pull request #9617 from nextcloud/users-sort-case-fix | Morris Jobke | 2018-05-28 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Ignore case when sorting users | ||||
| * | | | Ignore case when sorting users | John Molakvoæ (skjnldsv) | 2018-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #9268 from nextcloud/bugfix/6711 | Morris Jobke | 2018-05-28 | 1 | -1/+3 |
|\ \ \ \ | | | | | | | | | | | Do not load calendar/addressbook plugins if not needed | ||||
| * | | | | Move repairstep to a custom command | Roeland Jago Douma | 2018-05-28 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | Merge pull request #9584 from nextcloud/file-cache-gc-isdir | Morris Jobke | 2018-05-28 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | remove unneeded is_dir from file cache gc | ||||
| * | | | | | remove unneeded is_dir from file cache gc | Robin Appelman | 2018-05-24 | 1 | -1/+1 |
| | |_|/ / | |/| | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-28 | 4 | -0/+4 |
| |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-27 | 94 | -188/+188 |
| | | | | |||||
* | | | | Merge pull request #9585 from nextcloud/feature/noid/rename-syncclients | Morris Jobke | 2018-05-26 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Rename sync clients section to mobile & desktop | ||||
| * | | | Rename sync clients section to mobile & desktop | Julius Härtl | 2018-05-24 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-26 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #9488 from nextcloud/disabled-users-fix | blizzz | 2018-05-25 | 8 | -11/+173 |
|\ \ \ | | | | | | | | | Added disabled count per groups & fixed disabled users query | ||||
| * | | | Tabs fix | John Molakvoæ (skjnldsv) | 2018-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Added total count for subadmins | John Molakvoæ (skjnldsv) | 2018-05-24 | 2 | -1/+20 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fixes since requirement | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fixed tests | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Added disabled count per groups | John Molakvoæ (skjnldsv) | 2018-05-24 | 7 | -10/+145 |
| |/ / | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-25 | 2 | -0/+6 |
| | | | |||||
* | | | Emit event when running ./occ db:add-missing-indices | Roeland Jago Douma | 2018-05-24 | 1 | -0/+3 |
|/ / | | | | | | | | | | | | | This allows apps to listen to this event in order to also update indecies there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-24 | 2 | -2/+6 |
| | | |||||
* | | Merge pull request #9435 from nextcloud/bugfix/noid/fix_force_language_html_attr | Roeland Jago Douma | 2018-05-23 | 1 | -0/+5 |
|\ \ | | | | | | | make sure force language is reflected in html lang attribute | ||||
| * | | Always set the request language to the force language | Roeland Jago Douma | 2018-05-23 | 1 | -6/+5 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | make sure force language is reflected in html lang attribute | Georg Ehrke | 2018-05-22 | 1 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Merge pull request #9395 from nextcloud/scanner-error-lock-cleanup | Morris Jobke | 2018-05-23 | 1 | -9/+12 |
|\ \ \ | | | | | | | | | cleanup locks in scanner on error | ||||
| * | | | cleanup locks in scanner on error | Robin Appelman | 2018-05-04 | 1 | -9/+12 |
| | |/ | |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-23 | 154 | -182/+422 |
| | | | |||||
* | | | Merge pull request #8824 from nextcloud/settings-vue | Morris Jobke | 2018-05-23 | 5 | -62/+95 |
|\ \ \ | | | | | | | | | Vue migration: settings | ||||
| * | | | Composer autoloader bump | John Molakvoæ (skjnldsv) | 2018-05-16 | 2 | -2/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fixed settings menu entry and group deletion | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Added language support in users list | John Molakvoæ (skjnldsv) | 2018-05-16 | 2 | -59/+94 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |