Jan-Christoph Borchardt
5d7e9bb8fc
Merge pull request #1768 from nextcloud/more-filepicker
More filepicker improvements
9 years ago
Roeland Jago Douma
b946e3ecfb
Merge pull request #1813 from nextcloud/remove-unused-js
Remove unused js
9 years ago
Morris Jobke
b3f2771d3c
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>
9 years ago
Morris Jobke
867f72a485
Remove deprecated breadcrumbs implementation
* was replaced by the version in files/
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
33c3293d05
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>
9 years ago
Morris Jobke
19b69cbf1b
Merge pull request #1809 from nextcloud/drop-compatibility.js
Remove unneeded compatibility polyfills
9 years ago
Morris Jobke
f7ca3ec201
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>
9 years ago
Marius Blüm
f7f2711547
Merge pull request #1810 from nextcloud/drop-placeholders.js
Remove unneeded placeholder polyfill
9 years ago
Morris Jobke
195c53b7a6
Merge pull request #1797 from nextcloud/issue-1791-show-path-on-filename-conflict
Show the path, when the filename conflicts
9 years ago
Morris Jobke
ba0cab72ef
Merge pull request #1803 from nextcloud/fullscreen-icon
add fullscreen icon
9 years ago
Morris Jobke
a8cf110ec6
Remove unneeded placeholder polyfill
* placeholders are supported in IE11+
* http://caniuse.com/#feat=input-placeholder
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Lukas Reschke
73f4ae94dd
Merge pull request #1773 from nextcloud/testing-characters-in-db
MySQL 4byte support
9 years ago
Jan-Christoph Borchardt
c52ccbde49
add fullscreen icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
9 years ago
Marius Blüm
58d53eb94c
Merge pull request #1807 from nextcloud/button-color
change primary button text color to white
9 years ago
Jan-Christoph Borchardt
dcf45c872e
change primary button text color to white
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
9 years ago
Jan-Christoph Borchardt
19e1ff1b0f
add proper left margin for filepicker title
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
9 years ago
Robin Appelman
31745d69f7
fix filepicker with no mimetype filter
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
67050fd463
fix file exist dialog styling
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Jan-Christoph Borchardt
cee7bfef16
filepicker: improve layout and style
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
9 years ago
Robin Appelman
14f78369d7
Use a table for the filepicker list and add size column
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
590016a978
use fileclient to get the filelist for the filepicker
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
b6ce73cf14
Allow selecting a folder after using the breadcrumb
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
f002a2d2f6
Allow selecting the root folder
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Roeland Jago Douma
b5599a7673
Merge pull request #1795 from nextcloud/systemtags-activity-wording
change wording of system tags from un/assigned to more human added/removed
9 years ago
Joas Schilling
6f2fe8c62a
Show the path, when the filename conflicts
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Morris Jobke
e072057dd8
Merge pull request #1740 from nextcloud/issue-1707-big-files-on-32-bits
Make sure we only use numbers as length
9 years ago
Jan-Christoph Borchardt
89dd5103cf
change wording of system tags from un/assigned to more human added/removed
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
9 years ago
Joas Schilling
5e48ce98c7
Merge pull request #1784 from nextcloud/fix-activity-filter-names
Adjust wording to make the separation between sharing and files more clear
9 years ago
Joas Schilling
05223a39f9
Make sure we only use numbers as length
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Roeland Jago Douma
46406f517a
Merge pull request #1790 from nextcloud/3rdparty-master
[3rdparty] Point to master again
9 years ago
Joas Schilling
303e073724
Do not skip when mysql uses utf8mb4
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
43b7b143f4
Fix test of repair step
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Morris Jobke
b1235a67de
test alternative drone syntax for command options
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Joas Schilling
64c9ef96c4
Fix like queries in the QueryBuilder
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
17a2723948
Fix the test
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
15bbe02106
Ignore failures of collation change in the pre update step
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Morris Jobke
d0a3d17912
add 4 byte mysql test run
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Joas Schilling
9356a0e583
Correctly save and pass on the charset
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Thomas Müller
d294ef23dd
fix docker
10 years ago
Thomas Müller
9c3f066dab
Adding docker based unit test execution for mysql utf8mb4
10 years ago
Thomas Müller
a7245ea082
Fixing ctor call
10 years ago
Morris Jobke
296a3274cf
only disable unicode test on mysql
10 years ago
Morris Jobke
cc28f82b36
Add config option to update charset of mysql to utf8mb4
* fully optional
* requires additional options set in the database
10 years ago
Morris Jobke
972e560e72
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
10 years ago
Morris Jobke
e115bf96e7
Merge pull request #1789 from nextcloud/select2-fixes
move select2 styles to core so it's universal, not only for tags
9 years ago
Roeland Jago Douma
8a98d9b991
[3rdparty] Point to master again
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Morris Jobke
3c698c8c7c
Merge pull request #1164 from nextcloud/avatar-files-accesscontrol-fixes
Avatar/file-picker fixes for access-control app
9 years ago
Jan-Christoph Borchardt
afac0fddb3
fix select2 sizing issue
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
9 years ago
Morris Jobke
0c8bd9fa49
Merge pull request #1788 from nextcloud/share-link-whitespace
add whitespace above share link so it's visually distinguished more
9 years ago
Jan-Christoph Borchardt
66258f55e6
move select2 styles to core so it's universal, not only for tags
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
9 years ago