summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* move personal external storage settings to it's own sectionRobin Appelman2017-06-235-21/+173
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #5498 from nextcloud/allow-to-force-a-languageMorris Jobke2017-06-222-8/+219
|\ | | | | Allow to force a language and set it via the ocs api
| * Add unit tests for the new codeJoas Schilling2017-06-211-0/+180
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow to force a language and set it via the ocs apiJoas Schilling2017-06-212-8/+39
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #5474 from nextcloud/wording-4925Morris Jobke2017-06-211-1/+1
|\ \ | |/ |/| Improve wording of various error messages
| * Improve wording of various error messagesJan-Christoph Borchardt2017-06-211-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2017-06-2110-0/+132
| |
* | [tx-robot] updated from transifexNextcloud bot2017-06-2012-22/+28
|/
* Merge pull request #5450 from nextcloud/fix-appmenu-more-themingMorris Jobke2017-06-191-0/+3
|\ | | | | Fix more icon in apps menu on bright backgrounds
| * Fix more icon in apps menu on bright backgroundsJulius Härtl2017-06-171-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #5091 from nextcloud/shared-cache-during-initRobin Appelman2017-06-191-1/+8
|\ \ | | | | | | dont die if we try to access the shared cache while setting up the shared storage
| * | dont die if we try to access the shared cache while setting up the shared ↵Robin Appelman2017-05-241-1/+8
| | | | | | | | | | | | | | | | | | storage Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-06-1910-0/+18
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-06-1752-52/+158
| |
* | Merge pull request #5177 from Bekcpear/masterRobin Appelman2017-06-161-13/+15
|\ \ | | | | | | Fix upload remaining time
| * | Fix uploadrate value of 'original-title' attributeBekcpear2017-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | The unit of `data.bitrate` is bit, but the argument unit of `humanFileSize` function is byte, so it should be divided by 8. Signed-off-by: Yaojin Qian <i@ume.ink>
| * | Fix upload remaining timeBekcpear2017-06-161-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upload remaining time is always 'a few second' whatever a big or a small file uploading. This commit fixes it. The `new Date().getMilliseconds()` only return a three digits number. When time arrived the next second, the millisecond start from ZERO again. So `new Date().getTime()` is the righe choice. And remaining time variables shoule be initialized when the file starts uploading, otherwise the remaining time of a new upload will always be 'Infinity years' until you refresh the page. Signed-off-by: Yaojin Qian <i@ume.ink>
* | | Merge pull request #5124 from nextcloud/allow-dirlisting-with-unreadable-itemsJoas Schilling2017-06-162-4/+11
|\ \ \ | | | | | | | | Allow dir-listing also when one child is blocked by access control
| * | | Fix unit testJoas Schilling2017-06-071-4/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow dir-listing also when one child is blocked by access controlJoas Schilling2017-05-261-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-06-1640-24/+94
| | | |
* | | | Merge pull request #5298 from ↵Morris Jobke2017-06-145-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/4885/calendar_shares_url_special_char_issue urldecode group principals in Cal- and CardDAV backend
| * | | | urldecode group principals in Cal- and CardDAV backendGeorg Ehrke2017-06-125-0/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #5300 from ↵Morris Jobke2017-06-142-0/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix_proppatch_requests_to_groupshares allow users to send PropPatch request when calendar is group-shared with them
| * | | | | allow users to send PropPatch request when calendar is group-shared with themGeorg Ehrke2017-06-082-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | Merge pull request #5375 from nextcloud/share-folder-for-remote-sharesMorris Jobke2017-06-141-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use the share_folder config for remote shares
| * | | | | | Use the share_folder config for remote sharesJoas Schilling2017-06-131-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2017-06-1590-82/+278
| | | | | | |
* | | | | | | Merge pull request #5384 from nextcloud/allow-to-share-to-local-users-via-emailMorris Jobke2017-06-142-7/+72
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow to find local users by their email address
| * | | | | | | Add unit testJoas Schilling2017-06-141-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Make sure to only add system users onceJoas Schilling2017-06-141-8/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Allow to find local users by their email addressJoas Schilling2017-06-131-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #5207 from nextcloud/ldap-remove-userwebdavauth-checkblizzz2017-06-142-9/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | remove check, user_webdavauth is not an app anymore for long
| * | | | | | | | remove check, user_webdavauth is not an app anymore for longArthur Schiwon2017-06-012-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2017-06-1454-124/+160
| | | | | | | | |
* | | | | | | | | Merge pull request #5295 from ↵Morris Jobke2017-06-132-0/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/5077/allow_proppatches_to_birthday_calendar allow PropPatch requests to contact_birthdays
| * | | | | | | | | allow PropPatch requests to contact_birthdaysGeorg Ehrke2017-06-082-0/+11
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | | | | Merge pull request #5380 from nextcloud/global-scale-settingsMorris Jobke2017-06-132-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix "add to your nextcloud" input field
| * | | | | | | | | fix 'add to your nextcloud' input field, this is not an email addressBjoern Schiessle2017-06-132-2/+2
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | | | | | Merge pull request #5372 from ↵Morris Jobke2017-06-132-3/+23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/we-shall-monkey-patch-auth-headers-for-clients-that-dont-follow-specs Prevent sending second WWW-Authenticate header
| * | | | | | | | | Prevent sending second WWW-Authenticate headerLukas Reschke2017-06-132-3/+23
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overrides \Sabre\DAV\Auth\Backend\AbstractBearer::challenge to prevent sending a second WWW-Authenticate header which is standard-compliant but most DAV clients simply fail hard. Fixes https://github.com/nextcloud/server/issues/5088 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | | | | Merge pull request #5378 from patschi/fix-5349Morris Jobke2017-06-131-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix #5349, no themed icon when dragging folder
| * | | | | | | | | Fix #5349, no themed icon when dragging folderPatrik Kernstock2017-06-131-1/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Patrik Kernstock <info@pkern.at>
* | | | | | | | | Merge pull request #5305 from nextcloud/add-quota-to-files-viewMorris Jobke2017-06-138-8/+93
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add quota to the files view
| * | | | | | | | | Do not show icon for quota barMorris Jobke2017-06-132-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | | | Remove unused elementJoas Schilling2017-06-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | | Put the quota bar to the bottomMorris Jobke2017-06-133-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | | | Adjust the unit testJoas Schilling2017-06-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | | Remove the colored cornersJoas Schilling2017-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | | Add an event so apps can add hidden fields to the files pageJoas Schilling2017-06-132-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>