]>
source.dussan.org Git - nextcloud-server.git/log
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>
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)
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
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.
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
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>
Joas Schilling [Wed, 19 Oct 2016 07:45:30 +0000 (09:45 +0200)]
Merge pull request #1784 from nextcloud/fix-activity-filter-names
Adjust wording to make the separation between sharing and files more clear
Joas Schilling [Fri, 14 Oct 2016 07:09:21 +0000 (09:09 +0200)]
Make sure we only use numbers as length
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 19 Oct 2016 06:23:32 +0000 (08:23 +0200)]
Merge pull request #1790 from nextcloud/3rdparty-master
[3rdparty] Point to master again
Joas Schilling [Tue, 18 Oct 2016 14:50:25 +0000 (16:50 +0200)]
Do not skip when mysql uses utf8mb4
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 18 Oct 2016 14:09:48 +0000 (16:09 +0200)]
Fix test of repair step
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 18 Oct 2016 10:40:17 +0000 (12:40 +0200)]
test alternative drone syntax for command options
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Joas Schilling [Tue, 18 Oct 2016 09:37:49 +0000 (11:37 +0200)]
Fix like queries in the QueryBuilder
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 18 Oct 2016 09:17:13 +0000 (11:17 +0200)]
Fix the test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 18 Oct 2016 09:10:55 +0000 (11:10 +0200)]
Ignore failures of collation change in the pre update step
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 18 Oct 2016 08:31:05 +0000 (10:31 +0200)]
add 4 byte mysql test run
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Joas Schilling [Tue, 18 Oct 2016 08:22:02 +0000 (10:22 +0200)]
Correctly save and pass on the charset
Signed-off-by: Joas Schilling <coding@schilljs.com>
Thomas Müller [Wed, 20 Apr 2016 10:14:13 +0000 (12:14 +0200)]
fix docker
Thomas Müller [Tue, 9 Feb 2016 16:38:12 +0000 (17:38 +0100)]
Adding docker based unit test execution for mysql utf8mb4
Thomas Müller [Tue, 9 Feb 2016 16:25:12 +0000 (17:25 +0100)]
Fixing ctor call
Morris Jobke [Thu, 30 Jul 2015 12:57:17 +0000 (14:57 +0200)]
only disable unicode test on mysql
Morris Jobke [Thu, 30 Jul 2015 11:57:04 +0000 (13:57 +0200)]
Add config option to update charset of mysql to utf8mb4
* fully optional
* requires additional options set in the database
Morris Jobke [Thu, 30 Jul 2015 08:57:16 +0000 (10:57 +0200)]
Adding tests for 4 byte unicode characters
* success on SQLite and Postgres
* failure on MySQL due to the limited charset that only supports up to 3 bytes
Morris Jobke [Tue, 18 Oct 2016 20:05:15 +0000 (22:05 +0200)]
Merge pull request #1789 from nextcloud/select2-fixes
move select2 styles to core so it's universal, not only for tags
Roeland Jago Douma [Tue, 18 Oct 2016 19:44:35 +0000 (21:44 +0200)]
[3rdparty] Point to master again
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Tue, 18 Oct 2016 18:26:53 +0000 (20:26 +0200)]
Merge pull request #1164 from nextcloud/avatar-files-accesscontrol-fixes
Avatar/file-picker fixes for access-control app
Jan-Christoph Borchardt [Tue, 18 Oct 2016 18:26:31 +0000 (20:26 +0200)]
fix select2 sizing issue
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Morris Jobke [Tue, 18 Oct 2016 18:19:58 +0000 (20:19 +0200)]
Merge pull request #1788 from nextcloud/share-link-whitespace
add whitespace above share link so it's visually distinguished more
Jan-Christoph Borchardt [Tue, 18 Oct 2016 17:42:39 +0000 (19:42 +0200)]
move select2 styles to core so it's universal, not only for tags
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Tue, 18 Oct 2016 17:43:18 +0000 (19:43 +0200)]
add whitespace above share link so it's visually distinguished more
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Lukas Reschke [Tue, 18 Oct 2016 15:20:15 +0000 (17:20 +0200)]
Merge pull request #1729 from nextcloud/downstream-ldap-3
[downstream] LDAP empty hardening
Lukas Reschke [Tue, 18 Oct 2016 15:18:33 +0000 (17:18 +0200)]
Merge pull request #1771 from nextcloud/fix-issue-loading-checks-from-cache
Do not reset the list after adding cached entries
Joas Schilling [Tue, 18 Oct 2016 15:18:14 +0000 (17:18 +0200)]
Adjust wording to make the separation between sharing and files clearer
Signed-off-by: Joas Schilling <coding@schilljs.com>
Lukas Reschke [Tue, 18 Oct 2016 15:16:25 +0000 (17:16 +0200)]
Merge pull request #1734 from nextcloud/setvalue_opt
AllConfig setUserValue opt
Lukas Reschke [Tue, 18 Oct 2016 15:14:53 +0000 (17:14 +0200)]
Merge pull request #1742 from nextcloud/us_sync-date-of-death
[oc] Sync deathdate and anniversary to birthday calendar
Lukas Reschke [Tue, 18 Oct 2016 15:13:51 +0000 (17:13 +0200)]
Merge pull request #1739 from nextcloud/bump_symfony_process
[3rdparty] Bump synfony/process
Morris Jobke [Tue, 18 Oct 2016 15:03:03 +0000 (17:03 +0200)]
Merge pull request #1774 from nextcloud/ellipsize-sharee
ellipsize sharee name to not overlap with can edit option on mobile
Jan-Christoph Borchardt [Tue, 18 Oct 2016 14:37:45 +0000 (16:37 +0200)]
Merge pull request #1780 from nextcloud/jquery-ui-fixes
jquery UI fixes
Joas Schilling [Mon, 29 Aug 2016 14:50:45 +0000 (16:50 +0200)]
The red box already makes clear it's an error
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 29 Aug 2016 14:50:01 +0000 (16:50 +0200)]
Check the mimetype before reading the content and catch exception
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 18 Oct 2016 14:15:52 +0000 (16:15 +0200)]
Merge pull request #1722 from nextcloud/hide-storage-warnings
hide storage wrapper warning for the readonly storage
Morris Jobke [Tue, 18 Oct 2016 12:57:21 +0000 (14:57 +0200)]
Merge pull request #1777 from nextcloud/user-mgmt-layout
User management layout improvements
Jan-Christoph Borchardt [Tue, 18 Oct 2016 12:55:53 +0000 (14:55 +0200)]
jquery UI fixes
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Morris Jobke [Tue, 18 Oct 2016 11:48:01 +0000 (13:48 +0200)]
Merge pull request #1606 from nextcloud/search-detail
search design details
Jan-Christoph Borchardt [Tue, 18 Oct 2016 10:14:38 +0000 (12:14 +0200)]
improve look of Add group flow
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Tue, 18 Oct 2016 10:10:05 +0000 (12:10 +0200)]
fix list height and border to be as in Files
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Tue, 18 Oct 2016 09:18:25 +0000 (11:18 +0200)]
ellipsize sharee name to not overlap with
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Tue, 18 Oct 2016 08:32:46 +0000 (10:32 +0200)]
Merge pull request #1754 from nextcloud/files-move
Add file action to move files and folders
Nextcloud bot [Tue, 18 Oct 2016 00:06:51 +0000 (00:06 +0000)]
[tx-robot] updated from transifex