]>
source.dussan.org Git - nextcloud-server.git/log
Vincent Petry [Fri, 22 Jul 2016 08:08:05 +0000 (10:08 +0200)]
Fix RepairUnmergedShares to not skip valid repair cases
The repair step was a bit overeager to skip repairing so it missed the
case where a group share exists without subshares but with an
additional direct user share.
Vincent Petry [Thu, 14 Jul 2016 12:53:50 +0000 (14:53 +0200)]
Adjust repair version check for unmerged shares
Vincent Petry [Wed, 13 Jul 2016 13:46:02 +0000 (15:46 +0200)]
Group incoming shares for resharing in JS
Vincent Petry [Wed, 13 Jul 2016 10:50:00 +0000 (12:50 +0200)]
Added more tests for sharing's MountProvider
Vincent Petry [Tue, 12 Jul 2016 11:38:49 +0000 (13:38 +0200)]
Add repair step for unmerged shares (WIP)
Vincent Petry [Mon, 11 Jul 2016 17:43:46 +0000 (19:43 +0200)]
Improved share grouping readability + fixed test
Vincent Petry [Mon, 11 Jul 2016 15:33:24 +0000 (17:33 +0200)]
Add integration tests for merging received shares
Roeland Jago Douma [Wed, 15 Jun 2016 07:47:33 +0000 (09:47 +0200)]
Group shares with same source and target
Fixes #24575
Note that this is a very limited solution and eventually we want smarter
merging!
Bernhard Posselt [Thu, 4 Aug 2016 14:23:53 +0000 (16:23 +0200)]
Merge pull request #733 from nextcloud/fix-724-stable10
Backport Stable 10: Fix #724 by using step instead of job
Lukas Reschke [Thu, 4 Aug 2016 14:09:38 +0000 (16:09 +0200)]
Merge pull request #731 from nextcloud/stable10-add-new-apps-as-official
[stable10] Add new apps as official
Bernhard Posselt [Thu, 4 Aug 2016 11:32:03 +0000 (13:32 +0200)]
fix #724 by using step instead of job
Joas Schilling [Thu, 4 Aug 2016 12:45:28 +0000 (14:45 +0200)]
Merge pull request #727 from jurgenhaas/patch-2
Backport of #718
Joas Schilling [Thu, 4 Aug 2016 12:40:43 +0000 (14:40 +0200)]
Order alphabetically and deduplicate the shipped.json
Lukas Reschke [Thu, 4 Aug 2016 12:28:24 +0000 (14:28 +0200)]
[stable10] Add new apps as official
Joas Schilling [Thu, 4 Aug 2016 12:20:14 +0000 (14:20 +0200)]
Merge pull request #602 from nextcloud/backport-workflow-engine
🚧 [WIP] Backport workflow engine 🚧
Jürgen Haas [Thu, 4 Aug 2016 07:14:40 +0000 (09:14 +0200)]
Backport of #718
Backporting https://github.com/nextcloud/server/pull/718 to stable10
Björn Schießle [Wed, 3 Aug 2016 12:52:49 +0000 (14:52 +0200)]
Merge pull request #706 from nextcloud/backport-637-prevent-delete-update-on-group-shares
[stable10] Do not allow to delete/update group shares as a group member
Joas Schilling [Wed, 3 Aug 2016 12:47:52 +0000 (14:47 +0200)]
Add access control and automated tagging as shipped
Joas Schilling [Tue, 2 Aug 2016 10:52:46 +0000 (12:52 +0200)]
Ooops
Joas Schilling [Tue, 2 Aug 2016 08:41:13 +0000 (10:41 +0200)]
No multi support, less magic
Joas Schilling [Tue, 2 Aug 2016 07:56:19 +0000 (09:56 +0200)]
Allow to define the operation
Joas Schilling [Mon, 1 Aug 2016 16:09:22 +0000 (18:09 +0200)]
Tags need to be loaded before
Joas Schilling [Mon, 1 Aug 2016 15:56:33 +0000 (17:56 +0200)]
Translate the errors
Joas Schilling [Mon, 1 Aug 2016 15:05:40 +0000 (17:05 +0200)]
Load the timezones via select2
Morris Jobke [Fri, 29 Jul 2016 08:44:38 +0000 (10:44 +0200)]
add a UI to render proper time picker
Joas Schilling [Thu, 28 Jul 2016 13:09:57 +0000 (15:09 +0200)]
Add request time
Joas Schilling [Thu, 28 Jul 2016 12:16:01 +0000 (14:16 +0200)]
Add remote address
Joas Schilling [Thu, 28 Jul 2016 11:47:42 +0000 (13:47 +0200)]
Add Request URL
Joas Schilling [Thu, 28 Jul 2016 11:01:50 +0000 (13:01 +0200)]
User agent check
Joas Schilling [Thu, 28 Jul 2016 09:44:22 +0000 (11:44 +0200)]
Add file mime type
Joas Schilling [Wed, 27 Jul 2016 13:57:00 +0000 (15:57 +0200)]
Add file size as check
Joas Schilling [Wed, 27 Jul 2016 13:37:03 +0000 (15:37 +0200)]
Add system tag check
Joas Schilling [Wed, 27 Jul 2016 13:17:38 +0000 (15:17 +0200)]
Add the systemtag js files
Joas Schilling [Wed, 27 Jul 2016 13:17:09 +0000 (15:17 +0200)]
Make sure each plugin is only added once
Morris Jobke [Wed, 3 Aug 2016 08:29:06 +0000 (10:29 +0200)]
Add workflowengine to check-code call
Roeland Jago Douma [Tue, 2 Aug 2016 08:58:27 +0000 (10:58 +0200)]
Add intergration test
Joas Schilling [Thu, 28 Jul 2016 14:52:00 +0000 (16:52 +0200)]
Do not allow to delete/update group shares as a group member
Julius Härtl [Tue, 2 Aug 2016 17:18:00 +0000 (19:18 +0200)]
[stable10] Change app menu to white background with dark icons (#665)
* Change app menu to white
* adjust opacity of icons in apps and user menu
* Move to svg filter on app menu to support IE9+
* fix shading of apps icon in app menu
* Fix wrong preserveAspectRatio at app menu icons
* Apply inverted app icon style to newly installed icons
Jan-Christoph Borchardt [Tue, 2 Aug 2016 13:33:33 +0000 (15:33 +0200)]
Merge pull request #696 from nextcloud/stable10-backport-shake-login
[stable10] Shake the login fields if password is wrong
Morris Jobke [Tue, 2 Aug 2016 08:14:19 +0000 (10:14 +0200)]
Rebranded to Nextcloud for the occ command line tool (#692)
Morris Jobke [Mon, 1 Aug 2016 19:29:30 +0000 (21:29 +0200)]
Shake the login fields if password is wrong
Jan-Christoph Borchardt [Mon, 1 Aug 2016 19:01:51 +0000 (21:01 +0200)]
Merge pull request #683 from nextcloud/stable10-fix-theming-logo
[stable10] fix missing semicolon to fix themed logo on log in page
Morris Jobke [Mon, 1 Aug 2016 16:22:20 +0000 (18:22 +0200)]
Merge pull request #593 from nextcloud/ldap-avoidneedlesssetemailonlogin-stable10
[stable10] Prevent setting email and triggering events at login time (#25554)
Morris Jobke [Mon, 1 Aug 2016 16:17:40 +0000 (18:17 +0200)]
Merge pull request #668 from nextcloud/stable10-video-container-size
[stable10] up the minimum size of the public share video a bit, use 16/9 ratio
Jan-Christoph Borchardt [Mon, 1 Aug 2016 06:39:40 +0000 (08:39 +0200)]
fix missing semicolon to fix themed logo on log in page
Morris Jobke [Sat, 30 Jul 2016 07:58:53 +0000 (09:58 +0200)]
Merge pull request #667 from thelinuxfr/stable10
[Stable10] Transifex Owncloud > Nextcloud
Frédéric LIETART [Fri, 29 Jul 2016 20:33:10 +0000 (22:33 +0200)]
Transifex Owncloud > Nextcloud
Change transifex link Owncloud > Nextcloud
Jan-Christoph Borchardt [Thu, 28 Jul 2016 09:49:08 +0000 (11:49 +0200)]
up the minimum size of the public share video a bit, use 16/9 ratio, fix #603
Morris Jobke [Fri, 29 Jul 2016 12:10:57 +0000 (14:10 +0200)]
Merge pull request #654 from nextcloud/add-quotaplugin-v2-stable10
[stable10] Add quotaplugin v2 stable10
Thomas Müller [Fri, 29 Jul 2016 04:40:39 +0000 (06:40 +0200)]
Adding quota plugin to new dav endpoint (#25615)
* Adding quota plugin to new dav endpoint
* Added integrated test failing in old endpoint
* Added 0B quota test
Björn Schießle [Fri, 29 Jul 2016 09:37:25 +0000 (11:37 +0200)]
Merge pull request #639 from nextcloud/theming-firstrunwizard-stable10
[stable10] apply theme to the firstrunwizard
Morris Jobke [Fri, 29 Jul 2016 06:59:36 +0000 (08:59 +0200)]
Merge pull request #641 from nextcloud/backport-566-stable10
[stable10] revert to old setup connection logic
Robin Appelman [Tue, 26 Jul 2016 09:44:15 +0000 (11:44 +0200)]
revert to old setup connection logic
Morris Jobke [Thu, 28 Jul 2016 21:13:21 +0000 (23:13 +0200)]
Merge pull request #618 from nextcloud/backport-519-stable10
Backport LDAPProvider to Nextcloud 10
Morris Jobke [Thu, 28 Jul 2016 15:48:42 +0000 (17:48 +0200)]
Merge pull request #610 from nextcloud/no-missing-preview-10
[10] Don't try to load previews when we know there is none
Bjoern Schiessle [Thu, 28 Jul 2016 14:32:39 +0000 (16:32 +0200)]
fix background id selector for the first run wizard
Bjoern Schiessle [Thu, 28 Jul 2016 09:45:42 +0000 (11:45 +0200)]
fix unit tests
Bjoern Schiessle [Thu, 28 Jul 2016 08:43:06 +0000 (10:43 +0200)]
re-use background color from theme in the firstrunwizard
Bjoern Schiessle [Thu, 28 Jul 2016 08:33:07 +0000 (10:33 +0200)]
apply theme to the firstrunwizard
Björn Schießle [Thu, 28 Jul 2016 15:41:20 +0000 (17:41 +0200)]
Merge pull request #635 from nextcloud/stable10-backport-415
[stable10] Colorize checkboxes depending on theming color
Morris Jobke [Thu, 28 Jul 2016 15:02:22 +0000 (17:02 +0200)]
Merge pull request #619 from nextcloud/backport-494-systemtags-management
[stable10] Add a simple Admin UI to manage systemtags
Morris Jobke [Thu, 28 Jul 2016 14:56:55 +0000 (16:56 +0200)]
Merge pull request #628 from nextcloud/stable10-backport-612
[stable10] libxml - compare against loaded version
Julius Haertl [Wed, 27 Jul 2016 18:03:53 +0000 (20:03 +0200)]
Theming: Cleanup and remove opacity from checkbox/radiobutton
Julius Haertl [Mon, 25 Jul 2016 15:32:11 +0000 (17:32 +0200)]
Theming: Generate colorized radio buttons dynamically
Julius Haertl [Mon, 25 Jul 2016 14:44:56 +0000 (16:44 +0200)]
Theming: Colorize radio buttons and append new styles on preview
Julius Haertl [Tue, 19 Jul 2016 12:39:53 +0000 (14:39 +0200)]
Theming: Clean up css generation and fix tests
Julius Haertl [Tue, 19 Jul 2016 12:00:33 +0000 (14:00 +0200)]
Theming: Colorize checkboxes depending on luminance
Julius Haertl [Tue, 19 Jul 2016 11:53:47 +0000 (13:53 +0200)]
Theming: Preview for colorized checkboxes
Morris Jobke [Thu, 28 Jul 2016 14:14:09 +0000 (16:14 +0200)]
Merge pull request #622 from nextcloud/stable10-fix-searchbox-background
[stable10] fix searchbox background
Joas Schilling [Wed, 27 Jul 2016 08:02:53 +0000 (10:02 +0200)]
Add L10N support
Roeland Jago Douma [Thu, 28 Jul 2016 12:23:40 +0000 (14:23 +0200)]
Merge pull request #609 from nextcloud/stable10_606
Support subdir in the OCS v2 endpoint
Morris Jobke [Wed, 27 Jul 2016 15:33:22 +0000 (17:33 +0200)]
libxml - compare against loaded version
* if the compiled in version is older than the loaded version Nextcloud doesn't work
* uses the loaded libxml version to check against
fixes #205
Roeland Jago Douma [Wed, 27 Jul 2016 13:28:35 +0000 (15:28 +0200)]
Support subdir in the OCS v2 endpoint
We should check against the ending substring since people could
run their nextcloud in a subfolder.
* Added test
Morris Jobke [Thu, 28 Jul 2016 09:08:59 +0000 (11:08 +0200)]
Merge pull request #614 from nextcloud/stable10-ns-server-contributing.md
[stable10] change core to server - backport of #533
Joas Schilling [Thu, 21 Jul 2016 08:51:42 +0000 (10:51 +0200)]
Add a simple Admin UI to manage systemtags
root [Fri, 22 Jul 2016 08:46:29 +0000 (16:46 +0800)]
Backport LDAPProvider to Nextcloud 10
New LDAPProvider for user_ldap
final changes
comments amended
Nextcloud license header for new files
Morris Jobke [Thu, 21 Jul 2016 21:44:50 +0000 (23:44 +0200)]
Fix unit tests
Jan-Christoph Borchardt [Tue, 19 Jul 2016 10:08:59 +0000 (12:08 +0200)]
also adjust log in background color in theme
Jan-Christoph Borchardt [Tue, 19 Jul 2016 10:05:57 +0000 (12:05 +0200)]
fix searchbox overlapping on mobile
Olivier Paroz [Thu, 28 Jul 2016 07:22:59 +0000 (09:22 +0200)]
change core to server
Robin Appelman [Tue, 26 Jul 2016 13:10:37 +0000 (15:10 +0200)]
fix js test
Robin Appelman [Tue, 26 Jul 2016 11:51:18 +0000 (13:51 +0200)]
only load sidebar previews when we know it's available
Robin Appelman [Tue, 26 Jul 2016 11:40:44 +0000 (13:40 +0200)]
dont load filelist previews if we know we dont have one
Robin Appelman [Tue, 26 Jul 2016 11:15:12 +0000 (13:15 +0200)]
add dav property to check if a file has a preview available
Morris Jobke [Wed, 27 Jul 2016 13:25:31 +0000 (15:25 +0200)]
Merge pull request #591 from nextcloud/fixing-undefined-OfflineUser-composeAndStoreDisplayName-stable10
[stable10] Fix undefined OfflineUser::composeAndStoreDisplayName()
Morris Jobke [Wed, 27 Jul 2016 12:55:26 +0000 (14:55 +0200)]
Merge pull request #580 from nextcloud/backport-550-stable10
[stable10] fix autoloading in LPAP integration tests, resolves #544
Björn Schießle [Wed, 27 Jul 2016 12:30:56 +0000 (14:30 +0200)]
Merge pull request #599 from nextcloud/fix-defaultapp-master-stable10
Redirect to default page after login
Morris Jobke [Wed, 27 Jul 2016 11:19:20 +0000 (13:19 +0200)]
Fix loading icon for workflowengine
Joas Schilling [Wed, 27 Jul 2016 09:46:09 +0000 (11:46 +0200)]
Allow DI of the workflow manager by the OCP interface
Joas Schilling [Wed, 27 Jul 2016 10:29:49 +0000 (12:29 +0200)]
Allow to reuse the template
Joas Schilling [Wed, 27 Jul 2016 10:29:30 +0000 (12:29 +0200)]
Fix default value of operator
Joas Schilling [Wed, 27 Jul 2016 08:38:03 +0000 (10:38 +0200)]
Fix morris comments
Joas Schilling [Wed, 27 Jul 2016 06:54:34 +0000 (08:54 +0200)]
Remove php side of check registration
Joas Schilling [Tue, 26 Jul 2016 15:34:05 +0000 (17:34 +0200)]
Generate the checks list in JS
Morris Jobke [Wed, 27 Jul 2016 06:36:03 +0000 (08:36 +0200)]
fix enabled apps tests
Morris Jobke [Tue, 26 Jul 2016 14:43:46 +0000 (16:43 +0200)]
fix unit tests
Joas Schilling [Tue, 26 Jul 2016 14:39:04 +0000 (16:39 +0200)]
Add app to provisioning output
Morris Jobke [Tue, 26 Jul 2016 12:31:16 +0000 (14:31 +0200)]
Move template to workflowengine app
Morris Jobke [Tue, 26 Jul 2016 10:03:16 +0000 (12:03 +0200)]
create an operation based on the correct model
Morris Jobke [Tue, 26 Jul 2016 09:16:34 +0000 (11:16 +0200)]
Add workflowengine