]>
source.dussan.org Git - nextcloud-server.git/log
Morris Jobke [Mon, 21 Aug 2017 07:18:49 +0000 (09:18 +0200)]
Use correct l10n for app password menu
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Mon, 21 Aug 2017 00:08:22 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Aug 2017 00:08:24 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Aug 2017 00:08:36 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 18 Aug 2017 21:02:10 +0000 (23:02 +0200)]
Merge pull request #6173 from nextcloud/12-6161
[stable12] Enable object storage tests again
Nextcloud bot [Fri, 18 Aug 2017 00:08:25 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 17 Aug 2017 07:40:12 +0000 (09:40 +0200)]
Enable object storage tests again
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Thu, 17 Aug 2017 07:16:28 +0000 (09:16 +0200)]
Merge pull request #6127 from nextcloud/12-6126
[stable12] Trigger search after re-focus
Nextcloud bot [Thu, 17 Aug 2017 00:08:23 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 16 Aug 2017 19:51:58 +0000 (21:51 +0200)]
Merge pull request #6150 from nextcloud/backport-6128-primary-font-color-in-capabilities
[stable12] Add the primary font color to the capabilities as well
Joas Schilling [Tue, 15 Aug 2017 11:33:14 +0000 (13:33 +0200)]
Add the primary font color to the capabilities as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Wed, 16 Aug 2017 09:25:11 +0000 (11:25 +0200)]
Merge pull request #6111 from nextcloud/backport-6098-12
[stable12] Fix federation scope dropdown
Joas Schilling [Wed, 16 Aug 2017 09:12:53 +0000 (11:12 +0200)]
Merge pull request #6112 from nextcloud/backport-5920-12
[stable12] Top bar buttons in share view are wrong positioned
Nextcloud bot [Wed, 16 Aug 2017 00:08:42 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 15 Aug 2017 11:36:51 +0000 (13:36 +0200)]
Trigger search after re-focus
If the share input field is unfocused, the autocomplete list is closed. Once
the field was focused again it was not properly opened again. This adds a
trigger to redo the search and show the results again.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Tue, 15 Aug 2017 00:08:25 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Marin Treselj [Wed, 2 Aug 2017 13:57:53 +0000 (15:57 +0200)]
Make sure this still works in other apps.
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Marin Treselj [Mon, 31 Jul 2017 10:19:19 +0000 (12:19 +0200)]
Change id to class in the main share template
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Marin Treselj [Fri, 28 Jul 2017 12:44:29 +0000 (14:44 +0200)]
Fixes nextcloud/gallery#269
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Morris Jobke [Mon, 14 Aug 2017 09:16:24 +0000 (11:16 +0200)]
Fix federation scope dropdown
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Robin Appelman [Mon, 14 Aug 2017 15:30:24 +0000 (17:30 +0200)]
Merge pull request #6103 from nextcloud/swift-filter-dot-12
[12] Filter magic dot object when swift directory
Robin Appelman [Tue, 25 Jul 2017 12:29:44 +0000 (14:29 +0200)]
Filter magic dot object when swift directory
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Mon, 14 Aug 2017 00:08:31 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Aug 2017 00:08:23 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Aug 2017 00:08:28 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Aug 2017 00:08:30 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 10 Aug 2017 19:01:01 +0000 (21:01 +0200)]
Merge pull request #6067 from nextcloud/stable12-5981-fix-preview-of-theming
[stable12] Fix preview of theming
Morris Jobke [Thu, 10 Aug 2017 11:57:18 +0000 (13:57 +0200)]
Merge pull request #6061 from nextcloud/stable12_6052
[stable12] Fix copy from jailed storage
Daniel Calviño Sánchez [Fri, 4 Aug 2017 12:41:44 +0000 (14:41 +0200)]
Fix preview of theming
Pull request #5584 made cached SCSS files depend on a hash of the base
URL, so the "/css/core/server.css" file does no longer exist; as the
file can not be loaded the "Loading preview" message is never removed
and the "Saved" message is never shown.
As it now depends on the hash of the base URL the file to be reloaded
can no longer be hardcoded, so the full URL to the "server.css" file
that has to be reloaded (if any) is now got from the DataResponse
provided by the controller.
Fixes #5975
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 4 Aug 2017 12:27:37 +0000 (14:27 +0200)]
Refactor reloadStylesheets to receive absolute URLs
This is a preparatory step for a following change in which
reloadStylesheets will have to be able to receive absolute URLs.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 10 Aug 2017 09:33:12 +0000 (11:33 +0200)]
Provide "server.css" URL in ThemingController response
Pull request #5584 made cached SCSS files depend on a hash of the base
URL, so the "/css/core/server.css" file does no longer exist. The
"server.css" URL must be known by the Theming app in order to update the
stylesheets when previewing the changes to the theme, so the
DataResponse from the controller now provides the full URL to the
"server.css" file that has to be reloaded (if any).
The "server.css" URL provided by the response will be taken into account
by the JavaScript front-end in a following commit.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 10 Aug 2017 09:21:43 +0000 (11:21 +0200)]
Split updateStylesheet tests for success and error
This is a preparatory step for a following commit in which the
properties present in the response will change depending on whether the
request was successful or not.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 10 Aug 2017 10:31:30 +0000 (12:31 +0200)]
Unify DataResponse format with its uses in the rest of the file
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 4 Aug 2017 11:20:22 +0000 (13:20 +0200)]
Add acceptance tests for setting the color in the Theming app
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 4 Aug 2017 11:12:40 +0000 (13:12 +0200)]
Add getter for the timeout multiplier
In some cases the acceptance tests have to explicitly wait for something
to happen without using the "find" method from the actor; in those cases
the timeout multiplier needs to be taken into account too, so the test
cases must be able to retrieve it from the actor.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Roeland Jago Douma [Wed, 9 Aug 2017 09:56:31 +0000 (11:56 +0200)]
Fix copy from jailed storage
If we have a jailed storage we must also fix the internal path on copy.
Else we pass in the wrong path.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Thu, 10 Aug 2017 00:08:24 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 9 Aug 2017 12:29:42 +0000 (14:29 +0200)]
Fix redis-cluster support on drone
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 9 Aug 2017 09:10:21 +0000 (11:10 +0200)]
Update syntax to drone 0.8
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Wed, 9 Aug 2017 00:08:30 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 8 Aug 2017 17:23:35 +0000 (19:23 +0200)]
Merge pull request #5978 from nextcloud/12-5908
[stable12] Add css class for toogle preview icon
Morris Jobke [Tue, 8 Aug 2017 17:23:12 +0000 (19:23 +0200)]
Merge pull request #5979 from nextcloud/12-5738
[stable12] Improve spelling in LDAP
Morris Jobke [Tue, 8 Aug 2017 16:42:31 +0000 (18:42 +0200)]
Merge pull request #6008 from nextcloud/stable12-5969-fix-vertical-alignment-of-loading-icon-and-status-message-in-theming-app
[stable12] Fix vertical alignment of loading icon and status message in Theming app
Morris Jobke [Tue, 8 Aug 2017 14:36:46 +0000 (16:36 +0200)]
Merge pull request #5946 from nextcloud/12-5897
[stable12] Send an email once a file/folder is shared with a user
Morris Jobke [Tue, 8 Aug 2017 14:34:25 +0000 (16:34 +0200)]
Merge pull request #5966 from nextcloud/backport-oracle
[stable12] Fix oracle db
Morris Jobke [Tue, 8 Aug 2017 14:18:56 +0000 (16:18 +0200)]
Merge pull request #5937 from nextcloud/backend-can-be-wrong---sometimes
display error icon on non-success
Morris Jobke [Tue, 8 Aug 2017 08:41:47 +0000 (10:41 +0200)]
Merge pull request #5914 from nextcloud/12-5913
[stable12] Fix anchor name for federated sharing settings
Morris Jobke [Tue, 8 Aug 2017 08:41:05 +0000 (10:41 +0200)]
Merge pull request #5945 from nextcloud/stable12_5836
[stable12] Empty search no longer works
Morris Jobke [Tue, 8 Aug 2017 08:40:37 +0000 (10:40 +0200)]
Merge pull request #5984 from nextcloud/stable12-reopen-stable12-theming-lightness-correction
[stable12] Use same lightness calculation as the SCSS compiler for theming
Morris Jobke [Tue, 8 Aug 2017 08:40:09 +0000 (10:40 +0200)]
Merge pull request #5925 from derkostka/patch-1
[stable12] Removed cast to integer in getSize
Joas Schilling [Tue, 8 Aug 2017 08:30:45 +0000 (10:30 +0200)]
Merge pull request #6001 from nextcloud/backport-5695-dont-throw-when-table-is-missing
[stable12] Don't throw an error when the table doesn't exist
Nextcloud bot [Tue, 8 Aug 2017 00:08:19 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Daniel Calviño Sánchez [Sat, 20 May 2017 20:41:23 +0000 (22:41 +0200)]
Fix code style
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Sat, 20 May 2017 20:30:02 +0000 (22:30 +0200)]
Remove superfluous selector part
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Sat, 20 May 2017 20:26:58 +0000 (22:26 +0200)]
Align vertically loading icon and status message
As both elements are inline/inline-block and belong to the same line
they can be aligned vertically using "vertical-align: middle".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Sat, 20 May 2017 20:10:06 +0000 (22:10 +0200)]
Do not use the same rules for loading icon than for upload icon
When an image is being uploaded the upload icon is replaced by a loading
icon, so the loading icon and the upload icon have to share their CSS
rules, but only in that specific case; in general the loading icon is
used in a totally different way than the upload icon and thus it should
not share its CSS rules.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Sat, 20 May 2017 20:05:39 +0000 (22:05 +0200)]
Remove ignored rules
The removed rules were either always overriden by other rules or never
used due to not matching any element.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Joas Schilling [Wed, 12 Jul 2017 13:35:24 +0000 (15:35 +0200)]
Don't throw an error when the table doesn't exist
Signed-off-by: Joas Schilling <coding@schilljs.com>
Lukas Reschke [Sun, 6 Aug 2017 18:25:21 +0000 (20:25 +0200)]
Merge pull request #5989 from nextcloud/final-version-bump-stable12
Bump version to 12.0.1.5
Nextcloud bot [Sun, 6 Aug 2017 00:08:33 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Sat, 5 Aug 2017 10:59:53 +0000 (12:59 +0200)]
Bump version to 12.0.5
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Nextcloud bot [Sat, 5 Aug 2017 00:08:19 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Tue, 1 Aug 2017 17:09:07 +0000 (18:09 +0100)]
Use same lightness calculation as the SCSS compiler for theming
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Lukas Reschke [Fri, 4 Aug 2017 13:39:15 +0000 (15:39 +0200)]
Merge pull request #5983 from nextcloud/revert-5977-stable12-theming-lightness-correction
Revert "[stable12] theming lightness correction"
Lukas Reschke [Fri, 4 Aug 2017 13:38:56 +0000 (15:38 +0200)]
Revert "[stable12] theming lightness correction"
Lukas Reschke [Fri, 4 Aug 2017 13:38:08 +0000 (15:38 +0200)]
Merge pull request #5977 from nextcloud/stable12-theming-lightness-correction
[stable12] theming lightness correction
Lukas Reschke [Fri, 4 Aug 2017 13:35:57 +0000 (15:35 +0200)]
Merge pull request #5976 from nextcloud/12.0.1rc5
v12.0.1RC5
Allan Nordhøy [Fri, 14 Jul 2017 13:38:11 +0000 (15:38 +0200)]
Improve spelling in LDAP
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 27 Jul 2017 15:13:12 +0000 (17:13 +0200)]
Add css class for toogle preview icon
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Julius Härtl [Tue, 1 Aug 2017 17:09:07 +0000 (18:09 +0100)]
Use same lightness calculation as the SCSS compiler for theming
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Lukas Reschke [Fri, 4 Aug 2017 09:11:10 +0000 (11:11 +0200)]
v12.0.1RC5
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Nextcloud bot [Fri, 4 Aug 2017 00:08:27 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Tue, 25 Jul 2017 13:34:59 +0000 (15:34 +0200)]
Add a method to compare empty strings with an expression
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Jul 2017 10:22:28 +0000 (12:22 +0200)]
Fix repair step for oracle...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 24 Jul 2017 16:05:08 +0000 (18:05 +0200)]
Fix last failures with oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 24 Jul 2017 10:01:35 +0000 (12:01 +0200)]
Fix querybuilder and functionbuilder tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 24 Jul 2017 09:39:53 +0000 (11:39 +0200)]
Fix ILIKE regex for oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 24 Jul 2017 09:18:46 +0000 (11:18 +0200)]
Fix auth provider
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Sat, 22 Jul 2017 10:48:10 +0000 (12:48 +0200)]
Use selectAlias()
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Sat, 22 Jul 2017 10:21:00 +0000 (12:21 +0200)]
Can not insert auto increment on oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 21 Jul 2017 12:45:49 +0000 (14:45 +0200)]
Fix missing escape on column and table name
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 21 Jul 2017 12:44:35 +0000 (14:44 +0200)]
Fix clob comparison
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 21 Jul 2017 09:17:12 +0000 (11:17 +0200)]
Allow to specify the table space on occ
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 20 Jul 2017 18:14:31 +0000 (20:14 +0200)]
Quote aliases as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 20 Jul 2017 18:13:35 +0000 (20:13 +0200)]
Oracle does not support PDO::FETCH_KEY_PAIR
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 3 Aug 2017 00:08:15 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 31 Jul 2017 06:19:54 +0000 (08:19 +0200)]
Disable default activity email for incoming shares
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Wed, 2 Aug 2017 00:08:21 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 26 Jul 2017 21:53:07 +0000 (23:53 +0200)]
Send an email once a file/folder is shared with a user
* only if user has set an email address
* only for user shares (no group shares for now)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Sat, 22 Jul 2017 12:37:55 +0000 (14:37 +0200)]
Empty search no longer works
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Maxence Lange [Tue, 1 Aug 2017 01:23:58 +0000 (03:23 +0200)]
now, with less CSS
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
Nextcloud bot [Tue, 1 Aug 2017 00:08:35 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Maxence Lange [Mon, 31 Jul 2017 13:22:25 +0000 (15:22 +0200)]
display error icon on non-success
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
Nextcloud bot [Mon, 31 Jul 2017 00:08:12 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Sun, 30 Jul 2017 13:39:19 +0000 (15:39 +0200)]
Merge pull request #5924 from nextcloud/12.0.1rc4
12.0.1RC4
Nextcloud bot [Sun, 30 Jul 2017 00:08:13 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Sebastian Kostka [Sat, 29 Jul 2017 05:40:13 +0000 (07:40 +0200)]
[Stable 12] Removed cast to integer in getSize
Fixes - Wrong or no sizes of files/folders #5031 for 32-bit systems a direct cast to integer causes problems.
Backport from #5744
Signed-off-by: Sebastian Kostka <sebastian.kostka@gmail.com>
Nextcloud bot [Sat, 29 Jul 2017 00:08:40 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Fri, 28 Jul 2017 14:03:36 +0000 (16:03 +0200)]
12.0.1RC4
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 28 Jul 2017 13:35:49 +0000 (15:35 +0200)]
Merge pull request #5919 from nextcloud/add-brackets-on-concat-method
Add brackets around concat statements so comparing the result works a…