]>
source.dussan.org Git - nextcloud-server.git/log
Jörn Friedrich Dreyer [Thu, 20 Oct 2016 15:06:10 +0000 (17:06 +0200)]
add upgrade command before repair, handle NeedsUpgradeExcaption better
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
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
Lukas Reschke [Mon, 24 Oct 2016 11:58:29 +0000 (13:58 +0200)]
Merge pull request #1830 from nextcloud/downstream-26250
Improved exception messages
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>
Robin Appelman [Mon, 24 Oct 2016 11:54:56 +0000 (13:54 +0200)]
center cropper vertically
Signed-off-by: Robin Appelman <robin@icewind.nl>
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
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>
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>
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>
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>
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
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…
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
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
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
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>
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>
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>
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)
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
Lukas Reschke [Sat, 22 Oct 2016 12:05:53 +0000 (14:05 +0200)]
Add unit test
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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
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)
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>
Morris Jobke [Fri, 21 Oct 2016 15:15:18 +0000 (17:15 +0200)]
Use proper image
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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
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
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)
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>
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>
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>
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>
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>
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>
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)
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>
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>
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>
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>
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>
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
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
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
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)
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
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>
Vincent Petry [Sat, 15 Oct 2016 20:50:38 +0000 (22:50 +0200)]
Get rid of very old oc:// stream wrapper (#26381)
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
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
Vincent Petry [Wed, 5 Oct 2016 13:52:56 +0000 (15:52 +0200)]
Fix shared storage namespace in DecryptAll class
Joas Schilling [Wed, 1 Jun 2016 12:29:31 +0000 (14:29 +0200)]
Move OC\Files\Storage\Shared to the right namespace
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
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)
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
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
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
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>
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>
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>
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.
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>
Thomas Müller [Wed, 19 Oct 2016 21:17:39 +0000 (23:17 +0200)]
Ensure $commands being an array - fixes #26073
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>
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>
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>
Thomas Müller [Thu, 13 Oct 2016 10:59:10 +0000 (12:59 +0200)]
Sanitize length headers when validating quota
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
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
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>
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>
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>
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
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>
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>
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>
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>
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
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>
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
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
Morris Jobke [Wed, 19 Oct 2016 22:03:42 +0000 (00:03 +0200)]
Merge pull request #1803 from nextcloud/fullscreen-icon
add fullscreen icon
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>
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
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
Joas Schilling [Wed, 19 Oct 2016 09:33:25 +0000 (11:33 +0200)]
Show the path, when the filename conflicts
Signed-off-by: Joas Schilling <coding@schilljs.com>
Vincent Petry [Mon, 12 Sep 2016 15:09:46 +0000 (17:09 +0200)]
Make it possible to filter by tags with REPORT method
Enhanced the REPORT method on the Webdav endpoint and added a
"oc:favorite" filter rule. When set, it will return a flat list of
results filtered with only favorite files.
The web UI was also adjusted to use this REPORT method instead of the
private API endpoint.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Wed, 19 Oct 2016 09:01:19 +0000 (11:01 +0200)]
Merge pull request #1740 from nextcloud/issue-1707-big-files-on-32-bits
Make sure we only use numbers as length
Jan-Christoph Borchardt [Wed, 19 Oct 2016 08:50:10 +0000 (10:50 +0200)]
change wording of system tags from un/assigned to more human added/removed
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>