]>
source.dussan.org Git - nextcloud-server.git/log
Robin Appelman [Fri, 14 Oct 2016 15:29:36 +0000 (17:29 +0200)]
use mimetype icons in filepicker if there is no preview
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Thu, 13 Oct 2016 00:07:19 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
blizzz [Wed, 12 Oct 2016 13:16:13 +0000 (15:16 +0200)]
Merge pull request #1723 from nextcloud/fix-1251-stable10-alt2
[stable10] make AvatarManager use LazyRootFolder, fixes #1251
Arthur Schiwon [Wed, 12 Oct 2016 12:08:12 +0000 (14:08 +0200)]
make AvatarManager use LazyRootFolder, fixes #1251
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Wed, 12 Oct 2016 11:13:35 +0000 (13:13 +0200)]
Merge pull request #1717 from nextcloud/stable10-backport-1580
[stable10] Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter:…
Joas Schilling [Wed, 12 Oct 2016 11:13:04 +0000 (13:13 +0200)]
Merge pull request #1714 from nextcloud/stable10_1713
[stable10] fix issue #1482 - mail invites through v1 webdav
Olivier Mehani [Thu, 29 Sep 2016 10:39:36 +0000 (20:39 +1000)]
Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter::updateCard (#26243)
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
#26242
Claudemir Todo Bom [Thu, 22 Sep 2016 13:18:53 +0000 (10:18 -0300)]
fix issue #1482 - mail invites through v1 webdav
Signed-off-by: Claudemir Todo Bom <claudemir@todobom.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Wed, 12 Oct 2016 00:08:23 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 11 Oct 2016 14:32:45 +0000 (16:32 +0200)]
Merge pull request #1685 from nextcloud/backport-1683-installing-app-with-code-checker
[stable10] Add app name to the call
Roeland Jago Douma [Tue, 11 Oct 2016 13:22:42 +0000 (15:22 +0200)]
Merge pull request #1686 from nextcloud/backport-1638-allow-cross-repository-execution
[stable10] Allow to call the files even when you are in another instance atm
Roeland Jago Douma [Tue, 11 Oct 2016 12:28:37 +0000 (14:28 +0200)]
Merge pull request #1688 from nextcloud/backport-1586-fix-multi-translation-names-and-descriptions
[stable10] Fix multi translation names and descriptions
Roeland Jago Douma [Tue, 11 Oct 2016 12:26:05 +0000 (14:26 +0200)]
Merge pull request #1694 from nextcloud/stable10-backport-1679
[stable10] Improve user list rendering perf by not resorting after every add (#2…
Roeland Jago Douma [Tue, 11 Oct 2016 12:22:38 +0000 (14:22 +0200)]
Merge pull request #1697 from nextcloud/stable10-backport-1644
[stable10] Set proper web title for apple
blizzz [Tue, 11 Oct 2016 11:15:05 +0000 (13:15 +0200)]
Merge pull request #1695 from nextcloud/backport-1558-remove-notifications-upon-user-deletion
[stable10] Remove notifications upon user deletion
Roeland Jago Douma [Thu, 6 Oct 2016 18:57:32 +0000 (20:57 +0200)]
Set proper web title for apple
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Joas Schilling [Thu, 29 Sep 2016 13:05:47 +0000 (15:05 +0200)]
Only trigger postDelete hooks when the user was deleted...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 29 Sep 2016 13:01:38 +0000 (15:01 +0200)]
Make sure that comments, notifications and preferences are deleted
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 28 Sep 2016 11:59:50 +0000 (13:59 +0200)]
Remove notifications upon user deletion
Signed-off-by: Joas Schilling <coding@schilljs.com>
Vincent Petry [Fri, 7 Oct 2016 15:16:51 +0000 (17:16 +0200)]
Improve user list rendering perf by not resorting after every add (#26282)
The call to UserList.add() was wrong and was passing "user.lastLogin"
as the sort argument which would cause the list to be resorted over and
over again for every added item after loading the next page of users.
Joas Schilling [Tue, 11 Oct 2016 08:35:02 +0000 (10:35 +0200)]
Better search functionality
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 11 Oct 2016 08:23:45 +0000 (10:23 +0200)]
Fix authors that have a mail or homepage
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 4 Oct 2016 11:29:54 +0000 (13:29 +0200)]
Fallback from "de" to "de_DE" and the other way around
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 30 Sep 2016 09:15:56 +0000 (11:15 +0200)]
Fix displaying and searching with multiple authors
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 30 Sep 2016 09:00:58 +0000 (11:00 +0200)]
Allow multiple names and description
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 6 Oct 2016 10:13:02 +0000 (12:13 +0200)]
Allow to call the files even when you are in another instance atm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 10 Oct 2016 14:34:14 +0000 (16:34 +0200)]
Add app name to the call
Regression from
69b063f4c614a46bbe5f0ffcab11ddb08c183f04
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 11 Oct 2016 00:07:00 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Mon, 10 Oct 2016 08:00:02 +0000 (10:00 +0200)]
Merge pull request #1645 from nextcloud/stable10-backport-1595
[stable10] Use proper casing of username in avatar filesystem setup
Morris Jobke [Mon, 10 Oct 2016 07:15:25 +0000 (09:15 +0200)]
Merge pull request #1654 from nextcloud/backport-1643-stable10
[stable10] cache loginName2UserName and cover the method with unit tests
Roeland Jago Douma [Mon, 10 Oct 2016 06:29:39 +0000 (08:29 +0200)]
Merge pull request #1646 from nextcloud/stable10-backport-1562
[stable10] log version number in each log line
Nextcloud bot [Mon, 10 Oct 2016 00:07:04 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 9 Oct 2016 00:06:56 +0000 (00:06 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 8 Oct 2016 00:06:59 +0000 (00:06 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Fri, 7 Oct 2016 13:37:27 +0000 (15:37 +0200)]
make tests php 5.4 / phpunit 4.8 compatible
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Thu, 6 Oct 2016 20:52:45 +0000 (22:52 +0200)]
Backport of #1643 to stable10
get rid of test warnings
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
cache loginName2UserName and cover the method with unit tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
adjust tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Fri, 7 Oct 2016 11:29:21 +0000 (13:29 +0200)]
Merge pull request #1649 from nextcloud/stable10-backport-1633
[stable10] Update root certificate list
Lukas Reschke [Thu, 6 Oct 2016 07:47:31 +0000 (09:47 +0200)]
Update root certificate list
Syncs with the newest certificate list by Mozilla.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Morris Jobke [Wed, 28 Sep 2016 14:45:14 +0000 (16:45 +0200)]
log version number in each log line
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 30 Sep 2016 12:57:54 +0000 (14:57 +0200)]
Use proper casing of username in avatar filesystem setup
* before you could request an avatar for User instead of user
which sets up the filesystem for that user twice causing
the sharing codes collision detection to detect a lot of
collisions
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Fri, 7 Oct 2016 00:07:12 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 6 Oct 2016 10:45:42 +0000 (12:45 +0200)]
Merge pull request #1637 from nextcloud/backport-1636-fix-synjob-class-name
[stable10] Fix SyncJob class name in info.xml
Joas Schilling [Thu, 6 Oct 2016 08:55:28 +0000 (10:55 +0200)]
Fix SyncJob class name in info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
Lukas Reschke [Thu, 6 Oct 2016 07:17:47 +0000 (09:17 +0200)]
Merge pull request #1619 from nextcloud/backport-1617-update-notification-readable-version
[stable10] Update notification readable version (10.0.1 instead of 9.1.1.5)
Nextcloud bot [Wed, 5 Oct 2016 00:07:04 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Tue, 4 Oct 2016 10:49:55 +0000 (12:49 +0200)]
Use new URL schema
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 4 Oct 2016 10:48:17 +0000 (12:48 +0200)]
Use the readable version for notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 4 Oct 2016 00:07:03 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 3 Oct 2016 13:33:34 +0000 (15:33 +0200)]
Merge pull request #1461 from nextcloud/stable9.1-fed-share-retry-upstream
[upstream] [stable10] Fix fed share test call to return proper result
Roeland Jago Douma [Mon, 3 Oct 2016 10:17:04 +0000 (12:17 +0200)]
Merge pull request #1574 from nextcloud/backport-1408-chunk-calendar-objects-query
[stable10] Chunk events/contacts when getting them
Nextcloud bot [Mon, 3 Oct 2016 00:12:53 +0000 (00:12 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 2 Oct 2016 00:16:32 +0000 (00:16 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 1 Oct 2016 00:08:30 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 30 Sep 2016 00:08:19 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Thu, 15 Sep 2016 07:47:39 +0000 (09:47 +0200)]
Close cursors
Joas Schilling [Wed, 14 Sep 2016 14:29:58 +0000 (16:29 +0200)]
Chunk if you have too many contacts
Joas Schilling [Wed, 14 Sep 2016 14:29:33 +0000 (16:29 +0200)]
Chunk if you have too many events
blizzz [Thu, 29 Sep 2016 11:23:40 +0000 (13:23 +0200)]
Merge pull request #1478 from nextcloud/backport-1469-hide-tags-and-cry
Hide the tags input field when it's empty
Nextcloud bot [Thu, 29 Sep 2016 00:07:14 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Wed, 28 Sep 2016 21:15:42 +0000 (23:15 +0200)]
Merge pull request #1479 from nextcloud/stable10-backport-1188
[stable10] redirect to default app after solving the 2FA challenge
Lukas Reschke [Wed, 28 Sep 2016 21:02:43 +0000 (23:02 +0200)]
Merge pull request #1536 from nextcloud/backport-1489-ocs-status-code-when-app-is-disabled
[stable10] Return 404 on v2.php when the app is disabled
Morris Jobke [Wed, 28 Sep 2016 20:40:56 +0000 (22:40 +0200)]
Merge pull request #1526 from nextcloud/more-error-handling-in-copyr-stable10
[stable10] Graceful error handling and logging
Morris Jobke [Wed, 28 Sep 2016 20:03:02 +0000 (22:03 +0200)]
Merge pull request #1522 from nextcloud/stable9.1-
3f53730159d94bbc2b53129a4c750f5bab40a26e
[stable10] Fix mimetype detection inside hidden folders (#26138) (#2…
Morris Jobke [Wed, 28 Sep 2016 20:02:29 +0000 (22:02 +0200)]
Merge pull request #1515 from nextcloud/stable9.1-fed-share-retry
[stable10] Fix fed share test call to return proper result
Morris Jobke [Wed, 28 Sep 2016 20:01:58 +0000 (22:01 +0200)]
Merge pull request #1548 from nextcloud/stable9.1-
d887671424e6a5980401f552f163062003afce94
[stable10] Change the minimum log level to fatal (#26213)
Morris Jobke [Wed, 28 Sep 2016 20:01:29 +0000 (22:01 +0200)]
Merge pull request #1533 from nextcloud/stable10-redo-1517
[stable10] Only use realpath for real directories (#26060)
Lukas Reschke [Wed, 28 Sep 2016 13:23:39 +0000 (15:23 +0200)]
Make it 10.0.1
Lukas Reschke [Wed, 28 Sep 2016 11:03:22 +0000 (13:03 +0200)]
Merge pull request #1555 from nextcloud/updatestate-can-be-empty-stable10
[stable10] UpdateState is empty if no update is available
Lukas Reschke [Wed, 28 Sep 2016 10:29:02 +0000 (12:29 +0200)]
UpdateState is empty if no update is available
This leads to log messages such as "Undefined index: updaterEnabled at /media/psf/nextcloud/apps/updatenotification/lib/Controller/AdminController.php#116".
Nextcloud bot [Wed, 28 Sep 2016 00:10:27 +0000 (00:10 +0000)]
[tx-robot] updated from transifex
Juan Pablo Villafañez [Mon, 26 Sep 2016 08:34:10 +0000 (10:34 +0200)]
[stable9.1] Change the minimum log level to fatal (#26213)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Björn Schießle [Tue, 27 Sep 2016 16:01:52 +0000 (18:01 +0200)]
Merge pull request #1544 from nextcloud/backport-1543-increase-component-length
[stable10] Increase the max length for components
Joas Schilling [Tue, 27 Sep 2016 15:07:43 +0000 (17:07 +0200)]
Increase the max length for components
Lukas Reschke [Tue, 27 Sep 2016 14:37:15 +0000 (16:37 +0200)]
Make it 10.0.1 RC4
Lukas Reschke [Tue, 27 Sep 2016 14:07:40 +0000 (16:07 +0200)]
Make it 10.0.1 RC3
Lukas Reschke [Tue, 27 Sep 2016 14:06:50 +0000 (16:06 +0200)]
Merge pull request #1541 from nextcloud/backport-1540-switch-for-autoupdater-control
[stable10] Switch for autoupdater control
Joas Schilling [Tue, 27 Sep 2016 12:52:22 +0000 (14:52 +0200)]
Use the same URL everywhere
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 27 Sep 2016 12:47:59 +0000 (14:47 +0200)]
Respect updater kill switch and fall back to download button
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 27 Sep 2016 12:38:10 +0000 (14:38 +0200)]
Return the autoupdater value from the server
Signed-off-by: Joas Schilling <coding@schilljs.com>
Marius Blüm [Tue, 27 Sep 2016 12:37:22 +0000 (14:37 +0200)]
Merge pull request #1528 from nextcloud/stable10-backport-1406
[stable10] Fix folder drag glitch in Firefox
Joas Schilling [Tue, 27 Sep 2016 09:50:46 +0000 (11:50 +0200)]
Request a valid resource
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 22 Sep 2016 10:18:40 +0000 (12:18 +0200)]
Return 404 on v2.php when the app is disabled
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 27 Sep 2016 00:09:53 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Vincent Petry [Thu, 8 Sep 2016 13:14:20 +0000 (15:14 +0200)]
Only use realpath for real directories (#26060)
In some cross-local-storage use cases, the Local storage is
instantiated with "/" as data directory. In such cases, calling
realpath() would cause PHP warnings when open_basedir is set.
This fix bypasses the realpath() call when dealing with a root storage.
Downstreaming of https://github.com/owncloud/core/pull/26060
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Morris Jobke [Mon, 26 Sep 2016 22:12:48 +0000 (00:12 +0200)]
Merge pull request #1532 from nextcloud/revert-1517-stable9.1-fix-openbasedir-realpath-warning
Revert "[stable10] Only use realpath for real directories (#26060)"
Morris Jobke [Mon, 26 Sep 2016 22:12:23 +0000 (00:12 +0200)]
Revert "[stable10] Only use realpath for real directories (#26060)"
Morris Jobke [Mon, 26 Sep 2016 22:11:42 +0000 (00:11 +0200)]
Merge pull request #1517 from nextcloud/stable9.1-fix-openbasedir-realpath-warning
[stable10] Only use realpath for real directories (#26060)
Lukas Reschke [Mon, 26 Sep 2016 20:30:30 +0000 (22:30 +0200)]
Make it 10.0.1 RC2
Lukas Reschke [Mon, 26 Sep 2016 20:28:53 +0000 (22:28 +0200)]
Merge pull request #1500 from nextcloud/stable10-backport-1499
[stable10] Add repair step and revert "Open updater" button
Morris Jobke [Wed, 14 Sep 2016 11:44:34 +0000 (13:44 +0200)]
Fix folder drag glitch in Firefox
issue:
* drag'n'drop a folder into the files app in Firefox
* the highlight stays there because Firefox doesn't trigger the drop event for folders
solution:
* behave like the drop event if the dragover event isn't fired for 100ms (only applied in Firefox)
Morris Jobke [Fri, 23 Sep 2016 12:20:53 +0000 (14:20 +0200)]
write channel to config file when changed
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 23 Sep 2016 11:58:58 +0000 (13:58 +0200)]
Revert "Fix tests"
This reverts commit
a44c1c748c935422f530a592f57c5dc5609a8072 .
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Lukas Reschke [Sun, 25 Sep 2016 16:58:05 +0000 (18:58 +0200)]
Graceful error handling and logging
Right now a failed "copyr" will result in the error log being spammed with not really helpful error messages. Also situations such as `$dir` returning `false` are not really caught.
This adds more error handling and logging to make debugging such situations easier.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Thomas Müller [Tue, 20 Sep 2016 09:16:44 +0000 (11:16 +0200)]
[stable9.1] Fix mimetype detection inside hidden folders (#26138) (#26151)
Downstreaming of https://github.com/owncloud/core/pull/26151
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Vincent Petry [Thu, 8 Sep 2016 13:14:20 +0000 (15:14 +0200)]
Only use realpath for real directories (#26060)
In some cross-local-storage use cases, the Local storage is
instantiated with "/" as data directory. In such cases, calling
realpath() would cause PHP warnings when open_basedir is set.
This fix bypasses the realpath() call when dealing with a root storage.
Downstreaming of https://github.com/owncloud/core/pull/26060
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Vincent Petry [Tue, 6 Sep 2016 10:57:14 +0000 (12:57 +0200)]
Fix fed share test call to return proper result
Fixes an issue where retrying a previously failed federated share would
not properly reset the availability flag because the return value was
undefined instead of "true".
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Nextcloud bot [Mon, 26 Sep 2016 08:10:50 +0000 (08:10 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 26 Sep 2016 00:09:49 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 25 Sep 2016 00:09:47 +0000 (00:09 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 24 Sep 2016 00:09:51 +0000 (00:09 +0000)]
[tx-robot] updated from transifex