]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoUse Webdav PUT for uploads in the web browser
Vincent Petry [Wed, 16 Dec 2015 16:35:53 +0000 (17:35 +0100)]
Use Webdav PUT for uploads in the web browser

- uses PUT method with jquery.fileupload for regular and public file
  lists
- for IE and browsers that don't support it, use POST with iframe
  transport
- implemented Sabre plugin to handle iframe transport and redirect the
  embedded PUT request to the proper handler
- added RFC5995 POST to file collection with "add-member" property to
  make it possible to auto-rename conflicting file names
- remove obsolete ajax/upload.php and obsolete ajax routes

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMerge pull request #1879 from nextcloud/fix-missing-import
Roeland Jago Douma [Mon, 24 Oct 2016 19:12:24 +0000 (21:12 +0200)]
Merge pull request #1879 from nextcloud/fix-missing-import

Import the used classes

8 years agoMerge pull request #1892 from nextcloud/refactor-readme
Morris Jobke [Mon, 24 Oct 2016 17:17:06 +0000 (19:17 +0200)]
Merge pull request #1892 from nextcloud/refactor-readme

Refactor README

8 years agoRefactor README 1892/head
Marius Blüm [Mon, 24 Oct 2016 16:29:21 +0000 (18:29 +0200)]
Refactor README

Signed-off-by: Marius Blüm <marius@lineone.io>
8 years agoMerge pull request #1828 from nextcloud/avatar-picker-improvements
Morris Jobke [Mon, 24 Oct 2016 14:33:18 +0000 (16:33 +0200)]
Merge pull request #1828 from nextcloud/avatar-picker-improvements

Avatar picker improvements

8 years agoImport the used classes 1879/head
Joas Schilling [Mon, 24 Oct 2016 12:33:54 +0000 (14:33 +0200)]
Import the used classes

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMerge pull request #1873 from nextcloud/files_sharing_singular
Roeland Jago Douma [Mon, 24 Oct 2016 12:16:02 +0000 (14:16 +0200)]
Merge pull request #1873 from nextcloud/files_sharing_singular

Move files_sharing Controllers => Controller

8 years agoMerge pull request #1830 from nextcloud/downstream-26250
Lukas Reschke [Mon, 24 Oct 2016 11:58:29 +0000 (13:58 +0200)]
Merge pull request #1830 from nextcloud/downstream-26250

Improved exception messages

8 years agouse smaller cropper on small screens 1828/head
Robin Appelman [Mon, 24 Oct 2016 11:56:21 +0000 (13:56 +0200)]
use smaller cropper on small screens

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agocenter cropper vertically
Robin Appelman [Mon, 24 Oct 2016 11:54:56 +0000 (13:54 +0200)]
center cropper vertically

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoMerge pull request #1872 from nextcloud/ds-26447-misleading-ssl-config
Morris Jobke [Mon, 24 Oct 2016 11:30:54 +0000 (13:30 +0200)]
Merge pull request #1872 from nextcloud/ds-26447-misleading-ssl-config

Fix misleading SSL/TLS SMTP email configuration

8 years agoFix tests 1873/head
Roeland Jago Douma [Mon, 24 Oct 2016 11:25:59 +0000 (13:25 +0200)]
Fix tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMove files_sharing Controllers => Controller
Roeland Jago Douma [Mon, 24 Oct 2016 09:46:25 +0000 (11:46 +0200)]
Move files_sharing Controllers => Controller

lib/Controller is the default location for controllers. So lets put them
all in there.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoRemove sensible information from exception message 1830/head
Morris Jobke [Mon, 24 Oct 2016 09:32:17 +0000 (11:32 +0200)]
Remove sensible information from exception message

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoFix misleading SSL/TLS SMTP email configuration 1872/head
Joas Schilling [Mon, 24 Oct 2016 09:34:30 +0000 (11:34 +0200)]
Fix misleading SSL/TLS SMTP email configuration

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAdd message to NotSquareException thrown from Avatar
Olivier Mehani [Thu, 29 Sep 2016 11:51:07 +0000 (21:51 +1000)]
Add message to NotSquareException thrown from Avatar

This prevents cryptic messages such as the following, from `user_ldap`:

     Could not set avatar for uid=user,ou=People,dc=example,dc=net, because:

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Add message to NotPermittedException thrown from Files\Nodes\Folder

Ditto.

Don't use translation macros here as this seems to be pretty low-level
errors that generally get caught and prettified, and I don't want to
unduly clog down the lower layers.

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
fixup! Add message to NotPermittedException thrown from Files\Nodes\Folder

8 years agoMerge pull request #1866 from xcellardoor/master
Morris Jobke [Mon, 24 Oct 2016 09:21:56 +0000 (11:21 +0200)]
Merge pull request #1866 from xcellardoor/master

Modified the SQLite warning of server/settings/templates/admin/tiptri…

8 years agoMerge pull request #1853 from nextcloud/fix_di_share_api
Morris Jobke [Mon, 24 Oct 2016 08:57:47 +0000 (10:57 +0200)]
Merge pull request #1853 from nextcloud/fix_di_share_api

Moved Share20OCS to proper Controller location

8 years agoMerge pull request #1820 from nextcloud/4byte-filenames
Roeland Jago Douma [Mon, 24 Oct 2016 08:38:25 +0000 (10:38 +0200)]
Merge pull request #1820 from nextcloud/4byte-filenames

Allow 4byte unicode filenames on supported platforms

8 years agoModified the SQLite warning of server/settings/templates/admin/tiptricks.php to be... 1866/head
Sam Cater [Sun, 23 Oct 2016 18:18:22 +0000 (19:18 +0100)]
Modified the SQLite warning of server/settings/templates/admin/tiptricks.php to be more understandable and legible

Signed-off-by: Sam Cater <sam@samcater.com>
Added sign off of commit

8 years agoFix middleware tests 1853/head
Roeland Jago Douma [Fri, 21 Oct 2016 19:15:48 +0000 (21:15 +0200)]
Fix middleware tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMove Share20OCS to ShareAPIController
Roeland Jago Douma [Fri, 21 Oct 2016 18:25:07 +0000 (20:25 +0200)]
Move Share20OCS to ShareAPIController

It was already a controller just still residing in its old location.

* Moved ShareAPIController to user plain userID instead of user object
* Moved Share20OCS to ShareAPIController
* Removed initisation of class from Application.php and leave it to the
AppFramework
* Fixed tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoAdded method to DB and fix test 1820/head
Roeland Jago Douma [Mon, 24 Oct 2016 07:44:33 +0000 (09:44 +0200)]
Added method to DB and fix test

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMerge pull request #1849 from nextcloud/oc_26368
Lukas Reschke [Sat, 22 Oct 2016 13:11:49 +0000 (15:11 +0200)]
Merge pull request #1849 from nextcloud/oc_26368

Adding capability about new chunking - refs #25682 (#26368)

8 years agoMerge pull request #1832 from nextcloud/select2-into-core
Lukas Reschke [Sat, 22 Oct 2016 12:35:07 +0000 (14:35 +0200)]
Merge pull request #1832 from nextcloud/select2-into-core

Select2 into core

8 years agoAdd unit test 1849/head
Lukas Reschke [Sat, 22 Oct 2016 12:05:53 +0000 (14:05 +0200)]
Add unit test

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agoMerge pull request #1852 from nextcloud/downstream-25579
Lukas Reschke [Sat, 22 Oct 2016 12:01:19 +0000 (14:01 +0200)]
Merge pull request #1852 from nextcloud/downstream-25579

Adding Open Graph Support for public shares

8 years agoMerge pull request #1841 from nextcloud/oc_26359
Lukas Reschke [Sat, 22 Oct 2016 11:54:19 +0000 (13:54 +0200)]
Merge pull request #1841 from nextcloud/oc_26359

Bumo zxcvbn && Fix zxcvbn path in setup page (26359)

8 years agoFix tests 1852/head
Roeland Jago Douma [Fri, 21 Oct 2016 19:43:15 +0000 (21:43 +0200)]
Fix tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoUse proper image
Morris Jobke [Fri, 21 Oct 2016 15:15:18 +0000 (17:15 +0200)]
Use proper image

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoAdding Open Graph Support for public shares http://ogp.me/
Thomas Müller [Fri, 22 Jul 2016 14:13:26 +0000 (16:13 +0200)]
Adding Open Graph Support for public shares http://ogp.me/

In case no preview is available we display the ownCloud logo

Fix unit test

8 years agoMerge pull request #1848 from nextcloud/php7.1-RC4
Roeland Jago Douma [Fri, 21 Oct 2016 19:28:49 +0000 (21:28 +0200)]
Merge pull request #1848 from nextcloud/php7.1-RC4

Bump to php7.1 RC4

8 years agoMerge pull request #1851 from nextcloud/oc_26352
Roeland Jago Douma [Fri, 21 Oct 2016 19:20:41 +0000 (21:20 +0200)]
Merge pull request #1851 from nextcloud/oc_26352

cleanup occ help (#26352)

8 years agoTemplate css order 1832/head
John Molakvoæ [Thu, 20 Oct 2016 16:29:57 +0000 (18:29 +0200)]
Template css order
Select2 systemtags removal
Settings again
Fix Script

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
8 years agoRemove removed --dry-run command from occ help (#26352) 1851/head
Vincent Petry [Thu, 13 Oct 2016 08:27:22 +0000 (10:27 +0200)]
Remove removed --dry-run command from occ help (#26352)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoAdding capability about new chunking - refs #25682 (#26368)
Thomas Müller [Fri, 21 Oct 2016 09:45:17 +0000 (11:45 +0200)]
Adding capability about new chunking - refs #25682 (#26368)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoset initial cropper to max size
Robin Appelman [Fri, 21 Oct 2016 13:08:36 +0000 (15:08 +0200)]
set initial cropper to max size

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoFix DateTime comparisson 1848/head
Roeland Jago Douma [Fri, 21 Oct 2016 11:43:39 +0000 (13:43 +0200)]
Fix DateTime comparisson

Datetime now returns microseconds. But if the database doesn't store
those comparing them for equality most likely fails.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoBump to php7.1 RC4
Roeland Jago Douma [Fri, 21 Oct 2016 09:37:08 +0000 (11:37 +0200)]
Bump to php7.1 RC4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMerge pull request #1842 from nextcloud/oc_26372
Joas Schilling [Fri, 21 Oct 2016 08:48:59 +0000 (10:48 +0200)]
Merge pull request #1842 from nextcloud/oc_26372

console.php now returns 1 instead of 0 on all errors (#26372)

8 years agofix .gitignore and include zxcvbn.js 1841/head
Morris Jobke [Fri, 21 Oct 2016 08:19:18 +0000 (10:19 +0200)]
fix .gitignore and include zxcvbn.js

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoFix personal page
Roeland Jago Douma [Fri, 21 Oct 2016 07:11:52 +0000 (09:11 +0200)]
Fix personal page

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoFix zxcvbn path in setup page (#26359)
Philipp Eichhorn [Thu, 13 Oct 2016 08:29:10 +0000 (10:29 +0200)]
Fix zxcvbn path in setup page (#26359)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoBump bower dep to proper v4.4.0
Roeland Jago Douma [Fri, 21 Oct 2016 07:05:35 +0000 (09:05 +0200)]
Bump bower dep to proper v4.4.0

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoconsole.log now returns 1 instead of 0 on all errors 1842/head
Patrick Paysant [Thu, 13 Oct 2016 13:45:43 +0000 (15:45 +0200)]
console.log now returns 1 instead of 0 on all errors

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMerge pull request #1834 from nextcloud/downstream-26186
Morris Jobke [Fri, 21 Oct 2016 07:44:15 +0000 (09:44 +0200)]
Merge pull request #1834 from nextcloud/downstream-26186

Add more files plugins to new DAV endpoint

8 years agoMerge pull request #1806 from nextcloud/karakayasemi_1767
Roeland Jago Douma [Fri, 21 Oct 2016 06:45:51 +0000 (08:45 +0200)]
Merge pull request #1806 from nextcloud/karakayasemi_1767

Update file.php put function posthook calls

8 years agoMerge pull request #1835 from nextcloud/downstream-24948
Morris Jobke [Thu, 20 Oct 2016 21:48:15 +0000 (23:48 +0200)]
Merge pull request #1835 from nextcloud/downstream-24948

Move OC\Files\Storage\Shared to the right namespace

8 years agoMerge pull request #1827 from nextcloud/downstream-26381
Morris Jobke [Thu, 20 Oct 2016 21:44:42 +0000 (23:44 +0200)]
Merge pull request #1827 from nextcloud/downstream-26381

Get rid of very old oc:// stream wrapper (#26381)

8 years agoAdd more files plugins to new DAV endpoint (#26186) 1834/head
Vincent Petry [Tue, 4 Oct 2016 14:08:22 +0000 (16:08 +0200)]
Add more files plugins to new DAV endpoint (#26186)

* Add more files plugins to new DAV endpoint

Also fix report plugin to properly retrieve the path from the
prolongated URL

* In case the report is not for this plugin -> simply return to allow other plugins to get executed

* Adjust onReport tests to match new behavior

8 years agoUpdate file.php put function posthook calls 1806/head
Semih Serhat Karakaya [Mon, 17 Oct 2016 10:20:41 +0000 (13:20 +0300)]
Update file.php put function posthook calls

Logicaly, postHooks should emit after touch. For chunking file it is already emitting after touch.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoGet rid of very old oc:// stream wrapper (#26381) 1827/head
Vincent Petry [Sat, 15 Oct 2016 20:50:38 +0000 (22:50 +0200)]
Get rid of very old oc:// stream wrapper (#26381)

8 years agoMerge pull request #1826 from nextcloud/downstream-26391
Morris Jobke [Thu, 20 Oct 2016 18:44:05 +0000 (20:44 +0200)]
Merge pull request #1826 from nextcloud/downstream-26391

Fix post_unshareFromSelf hook parameter format

8 years agoMerge pull request #1824 from nextcloud/downstream-26423
Morris Jobke [Thu, 20 Oct 2016 18:43:26 +0000 (20:43 +0200)]
Merge pull request #1824 from nextcloud/downstream-26423

Ensure $commands being an array

8 years agoFix shared storage namespace in DecryptAll class 1835/head
Vincent Petry [Wed, 5 Oct 2016 13:52:56 +0000 (15:52 +0200)]
Fix shared storage namespace in DecryptAll class

8 years agoMove OC\Files\Storage\Shared to the right namespace
Joas Schilling [Wed, 1 Jun 2016 12:29:31 +0000 (14:29 +0200)]
Move OC\Files\Storage\Shared to the right namespace

8 years agoMerge pull request #1821 from nextcloud/downstream-26366
Morris Jobke [Thu, 20 Oct 2016 18:18:47 +0000 (20:18 +0200)]
Merge pull request #1821 from nextcloud/downstream-26366

Code style changes from downstream

8 years agoMerge pull request #1817 from nextcloud/oc_nus
Lukas Reschke [Thu, 20 Oct 2016 17:38:41 +0000 (19:38 +0200)]
Merge pull request #1817 from nextcloud/oc_nus

Expose the needupgrade status (#26209)

8 years agoMerge pull request #1822 from nextcloud/restore-overwritten-services-after-errors
Roeland Jago Douma [Thu, 20 Oct 2016 17:35:23 +0000 (19:35 +0200)]
Merge pull request #1822 from nextcloud/restore-overwritten-services-after-errors

Restore overwritten services after errors

8 years agoMerge pull request #1812 from nextcloud/allow-to-dismiss-the-code-integrity-warning
Jakob Sack [Thu, 20 Oct 2016 17:23:39 +0000 (19:23 +0200)]
Merge pull request #1812 from nextcloud/allow-to-dismiss-the-code-integrity-warning

Allow to dismiss the code integrity warning

8 years agoMerge pull request #1796 from nextcloud/oc_fav-report
Lukas Reschke [Thu, 20 Oct 2016 16:32:51 +0000 (18:32 +0200)]
Merge pull request #1796 from nextcloud/oc_fav-report

Make it possible to filter by tags with REPORT method

8 years agoshow spinner while loading/cropping avatar
Robin Appelman [Thu, 20 Oct 2016 14:36:03 +0000 (16:36 +0200)]
show spinner while loading/cropping avatar

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoonly show cropper dialog when the cropper is ready
Robin Appelman [Thu, 20 Oct 2016 14:25:11 +0000 (16:25 +0200)]
only show cropper dialog when the cropper is ready

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agofloat the avatar cropper over the page
Robin Appelman [Thu, 20 Oct 2016 14:23:54 +0000 (16:23 +0200)]
float the avatar cropper over the page

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoFix post_unshareFromSelf hook parameter format 1826/head
Vincent Petry [Thu, 13 Oct 2016 08:53:04 +0000 (10:53 +0200)]
Fix post_unshareFromSelf hook parameter format

When unsharing from self in a group share situation, the share items
passed to the post_unshareFromSelf hook were using the wrong format in
which the attribute names (ex: "share_type") have non camel-case format.

This fix makes sure that in group sharing case we use the correct
format. It looks like the code was already producing it but in
array_merge it was not using it and adding the unprocessed one.

8 years agoPrevent flashing the full sized image when cropping an avatar
Robin Appelman [Thu, 20 Oct 2016 13:57:34 +0000 (15:57 +0200)]
Prevent flashing the full sized image when cropping an avatar

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoEnsure $commands being an array - fixes #26073 1824/head
Thomas Müller [Wed, 19 Oct 2016 21:17:39 +0000 (23:17 +0200)]
Ensure $commands being an array - fixes #26073

8 years agouse short array syntax
Morris Jobke [Thu, 20 Oct 2016 13:40:22 +0000 (15:40 +0200)]
use short array syntax

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoRestore all services when a tests failed/finished for better testcase isolation 1822/head
Joas Schilling [Thu, 20 Oct 2016 13:15:54 +0000 (15:15 +0200)]
Restore all services when a tests failed/finished for better testcase isolation

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMake sure all tests use the TestCase method to overwrite services
Joas Schilling [Thu, 20 Oct 2016 13:11:01 +0000 (15:11 +0200)]
Make sure all tests use the TestCase method to overwrite services

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoSanitize length headers when validating quota 1821/head
Thomas Müller [Thu, 13 Oct 2016 10:59:10 +0000 (12:59 +0200)]
Sanitize length headers when validating quota

8 years agoMerge pull request #1816 from nextcloud/settings_nopng
Morris Jobke [Thu, 20 Oct 2016 13:04:07 +0000 (15:04 +0200)]
Merge pull request #1816 from nextcloud/settings_nopng

Get rid of settings/img/*.png

8 years agoMerge pull request #1768 from nextcloud/more-filepicker
Jan-Christoph Borchardt [Thu, 20 Oct 2016 12:46:57 +0000 (14:46 +0200)]
Merge pull request #1768 from nextcloud/more-filepicker

More filepicker improvements

8 years agoAllow 4byte unicode filenames on supported platforms
Robin Appelman [Thu, 20 Oct 2016 12:26:09 +0000 (14:26 +0200)]
Allow 4byte unicode filenames on supported platforms

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoExpose the needupgrade status (#26209) 1817/head
Kristof Provost [Thu, 29 Sep 2016 15:14:00 +0000 (17:14 +0200)]
Expose the needupgrade status (#26209)

During upgrades, before the DB migration is complete, the system is not
usable, but there's no way for monitoring systems to detect this.
Add the 'needupgrade' field to the status json so monitoring systems can
detect this.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoGet rid of settings/img/*.png 1816/head
Roeland Jago Douma [Thu, 20 Oct 2016 12:19:59 +0000 (14:19 +0200)]
Get rid of settings/img/*.png

We only use SVG icons so no need to ship them!

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years agoMerge pull request #1813 from nextcloud/remove-unused-js
Roeland Jago Douma [Thu, 20 Oct 2016 12:06:29 +0000 (14:06 +0200)]
Merge pull request #1813 from nextcloud/remove-unused-js

Remove unused js

8 years agoImprove the styling 1768/head
Morris Jobke [Thu, 20 Oct 2016 11:10:26 +0000 (13:10 +0200)]
Improve the styling

* remove the scrollbar (content did an overflow due to a min-width)
* have proper padding on the right too - padding is 15px on all sides for .oc-dialog

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoRemove deprecated breadcrumbs implementation 1813/head
Morris Jobke [Thu, 20 Oct 2016 10:18:33 +0000 (12:18 +0200)]
Remove deprecated breadcrumbs implementation

* was replaced by the version in files/

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoRemove OC.localStorage and object method
Morris Jobke [Thu, 20 Oct 2016 10:16:44 +0000 (12:16 +0200)]
Remove OC.localStorage and object method

* use the localstorage APIs of the browser instead
* use new Object() instead

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoAllow to dismiss the code integrity warning 1812/head
Joas Schilling [Thu, 20 Oct 2016 09:33:29 +0000 (11:33 +0200)]
Allow to dismiss the code integrity warning

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMerge pull request #1809 from nextcloud/drop-compatibility.js
Morris Jobke [Thu, 20 Oct 2016 08:57:43 +0000 (10:57 +0200)]
Merge pull request #1809 from nextcloud/drop-compatibility.js

Remove unneeded compatibility polyfills

8 years agoRemove unneeded compatibility polyfills 1809/head
Morris Jobke [Wed, 19 Oct 2016 21:08:11 +0000 (23:08 +0200)]
Remove unneeded compatibility polyfills

- `Object.create` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/create#Browser_compatibility
- `Object.keys` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/keys#Browser_compatibility
- `Array.prototype.filter` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#Browser_compatibility
- `Array.prototype.indexOf` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf#Browser_compatibility
- `Array.prototype.map` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map#Browser_compatibility
- `Function.prototype.bind` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind#Browser_compatibility
- `String.prototype.trim` supported with IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim#Browser_compatibility
- `outerHTML` supported with Firefox 11+: https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML#Browser_compatibility
- `window.devicePixelRatio` supported in IE11+: http://caniuse.com/#feat=devicepixelratio

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoMerge pull request #1810 from nextcloud/drop-placeholders.js
Marius Blüm [Thu, 20 Oct 2016 05:27:18 +0000 (07:27 +0200)]
Merge pull request #1810 from nextcloud/drop-placeholders.js

Remove unneeded placeholder polyfill

8 years agoMerge pull request #1797 from nextcloud/issue-1791-show-path-on-filename-conflict
Morris Jobke [Wed, 19 Oct 2016 22:27:54 +0000 (00:27 +0200)]
Merge pull request #1797 from nextcloud/issue-1791-show-path-on-filename-conflict

Show the path, when the filename conflicts

8 years agoMerge pull request #1803 from nextcloud/fullscreen-icon
Morris Jobke [Wed, 19 Oct 2016 22:03:42 +0000 (00:03 +0200)]
Merge pull request #1803 from nextcloud/fullscreen-icon

add fullscreen icon

8 years agoRemove unneeded placeholder polyfill 1810/head
Morris Jobke [Wed, 19 Oct 2016 22:00:25 +0000 (00:00 +0200)]
Remove unneeded placeholder polyfill

* placeholders are supported in IE11+
* http://caniuse.com/#feat=input-placeholder

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoMerge pull request #1773 from nextcloud/testing-characters-in-db
Lukas Reschke [Wed, 19 Oct 2016 20:09:14 +0000 (22:09 +0200)]
Merge pull request #1773 from nextcloud/testing-characters-in-db

MySQL 4byte support

8 years agoadd fullscreen icon 1803/head
Jan-Christoph Borchardt [Wed, 19 Oct 2016 13:31:02 +0000 (15:31 +0200)]
add fullscreen icon

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
8 years agoMerge pull request #1807 from nextcloud/button-color
Marius Blüm [Wed, 19 Oct 2016 19:07:56 +0000 (21:07 +0200)]
Merge pull request #1807 from nextcloud/button-color

change primary button text color to white

8 years agochange primary button text color to white 1807/head
Jan-Christoph Borchardt [Wed, 19 Oct 2016 18:27:00 +0000 (20:27 +0200)]
change primary button text color to white

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
8 years agoadd proper left margin for filepicker title
Jan-Christoph Borchardt [Wed, 19 Oct 2016 12:43:04 +0000 (14:43 +0200)]
add proper left margin for filepicker title

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
8 years agofix filepicker with no mimetype filter
Robin Appelman [Wed, 19 Oct 2016 12:22:33 +0000 (14:22 +0200)]
fix filepicker with no mimetype filter

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agofix file exist dialog styling
Robin Appelman [Tue, 18 Oct 2016 12:01:27 +0000 (14:01 +0200)]
fix file exist dialog styling

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agofilepicker: improve layout and style
Jan-Christoph Borchardt [Tue, 18 Oct 2016 09:42:13 +0000 (11:42 +0200)]
filepicker: improve layout and style

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
8 years agoUse a table for the filepicker list and add size column
Robin Appelman [Mon, 17 Oct 2016 12:26:25 +0000 (14:26 +0200)]
Use a table for the filepicker list and add size column

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agouse fileclient to get the filelist for the filepicker
Robin Appelman [Mon, 17 Oct 2016 11:35:59 +0000 (13:35 +0200)]
use fileclient to get the filelist for the filepicker

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoAllow selecting a folder after using the breadcrumb
Robin Appelman [Mon, 17 Oct 2016 11:09:21 +0000 (13:09 +0200)]
Allow selecting a folder after using the breadcrumb

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoAllow selecting the root folder
Robin Appelman [Mon, 17 Oct 2016 11:08:55 +0000 (13:08 +0200)]
Allow selecting the root folder

Signed-off-by: Robin Appelman <robin@icewind.nl>
8 years agoMerge pull request #1795 from nextcloud/systemtags-activity-wording
Roeland Jago Douma [Wed, 19 Oct 2016 10:16:46 +0000 (12:16 +0200)]
Merge pull request #1795 from nextcloud/systemtags-activity-wording

change wording of system tags from un/assigned to more human added/removed