]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Tue, 9 Aug 2016 11:37:25 +0000 (13:37 +0200)]
Remove AGPL title
Björn Schießle [Tue, 9 Aug 2016 13:50:33 +0000 (15:50 +0200)]
Merge pull request #788 from nextcloud/stable10-federation-error-messages
[stable10] improve federation error messages
Roeland Jago Douma [Tue, 9 Aug 2016 13:47:52 +0000 (15:47 +0200)]
Merge pull request #785 from nextcloud/stable10_779
[Stable10] Make 'Add to your website' toggleable
Bjoern Schiessle [Mon, 8 Aug 2016 12:56:24 +0000 (14:56 +0200)]
improve federation error messages
Roeland Jago Douma [Tue, 9 Aug 2016 10:21:10 +0000 (12:21 +0200)]
Make 'Add to your website' toggleable
Björn Schießle [Tue, 9 Aug 2016 10:36:03 +0000 (12:36 +0200)]
Merge pull request #776 from nextcloud/workflow-cleanup-stable10
[stable10] Workflow cleanup
Joas Schilling [Fri, 5 Aug 2016 13:18:15 +0000 (15:18 +0200)]
Allow a description for workflow sections
Joas Schilling [Fri, 5 Aug 2016 13:15:27 +0000 (15:15 +0200)]
Add placeholder to the name field
Joas Schilling [Fri, 5 Aug 2016 13:14:40 +0000 (15:14 +0200)]
Rename operations and checks
Joas Schilling [Fri, 5 Aug 2016 13:13:22 +0000 (15:13 +0200)]
Highlight the check row on hover
Joas Schilling [Fri, 5 Aug 2016 13:12:57 +0000 (15:12 +0200)]
Add some space between the rule groups
Roeland Jago Douma [Mon, 8 Aug 2016 19:35:19 +0000 (21:35 +0200)]
Merge pull request #773 from nextcloud/stable10-fix-systemtags-icon
[stable10] Add black version of system tags icon
Bugsbane [Mon, 8 Aug 2016 07:08:46 +0000 (03:08 -0400)]
Add black version of system tags icon
Includes PNG (16x16px) and SVG (scoured) versions in black, to be uniform with the other icon files.
Roeland Jago Douma [Mon, 8 Aug 2016 16:26:30 +0000 (18:26 +0200)]
Merge pull request #738 from nextcloud/increment-versions
[stable10] Increment the versions and adjust the capitilization
Roeland Jago Douma [Mon, 8 Aug 2016 14:48:10 +0000 (16:48 +0200)]
Fix intergration test for admin_audit
Joas Schilling [Fri, 5 Aug 2016 13:53:09 +0000 (15:53 +0200)]
Disable by default
Joas Schilling [Fri, 5 Aug 2016 13:50:17 +0000 (15:50 +0200)]
More casing
Joas Schilling [Thu, 4 Aug 2016 17:52:03 +0000 (19:52 +0200)]
Increment the versions and adjust the capitilization
Björn Schießle [Mon, 8 Aug 2016 08:55:26 +0000 (10:55 +0200)]
Merge pull request #713 from nextcloud/stable10_474
[Stable 10] Group shares with same source and target
Morris Jobke [Mon, 8 Aug 2016 07:15:13 +0000 (09:15 +0200)]
Merge pull request #756 from nextcloud/twofactor-isset-10
[10] Check if an app provide two-factor-auth providers before we try to use them
Roeland Jago Douma [Sun, 7 Aug 2016 12:05:54 +0000 (14:05 +0200)]
Disable buggy test for now
Marius Blüm [Sun, 7 Aug 2016 07:08:49 +0000 (09:08 +0200)]
Merge pull request #757 from nextcloud/nextcloud-version-check-10
[10] Translate the server version for nextcloud
Joas Schilling [Mon, 25 Jul 2016 14:13:34 +0000 (16:13 +0200)]
Translate the server version for nextcloud
Robin Appelman [Sat, 23 Jul 2016 11:26:57 +0000 (13:26 +0200)]
Check if an app provide two-factor-auth providers before we try to use them
blizzz [Fri, 5 Aug 2016 13:42:40 +0000 (15:42 +0200)]
Merge pull request #748 from nextcloud/stable10-backport-name-changes
[stable10] correct name
Daniel Hansson [Thu, 28 Jul 2016 18:55:26 +0000 (20:55 +0200)]
ownCloud -> Nextcloud
blizzz [Thu, 4 Aug 2016 17:17:13 +0000 (19:17 +0200)]
Correct name in Console Application.php
see changes :)
Julius Härtl [Fri, 5 Aug 2016 09:51:42 +0000 (11:51 +0200)]
Merge pull request #705 from nextcloud/backport-408-psr4-for-theming
[stable10] Theming input validation
Vincent Petry [Fri, 22 Jul 2016 13:30:13 +0000 (15:30 +0200)]
Make share target consistent when grouping group share with user share
In some situations, a group share is created before a user share, and
the recipient renamed the received share before the latter is created.
In this situation, the "file_target" was already modified and the second
created share must align to the already renamed share.
To achieve this, the MountProvider now groups only by "item_source"
value and sorts by share time. This makes it so that the least recent
share is selected as super-share and its "file_target" value is then
adjusted in all grouped shares.
This fixes the issue where this situation would have different
"file_target" values resulting in two shared folders appearing instead
of one.
Vincent Petry [Fri, 22 Jul 2016 09:42:21 +0000 (11:42 +0200)]
Add integration tests for double shares with rename in between
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
Joas Schilling [Mon, 1 Aug 2016 07:37:12 +0000 (09:37 +0200)]
Validate the input of the theming options
Joas Schilling [Thu, 28 Jul 2016 14:07:23 +0000 (16:07 +0200)]
Fix tests
Joas Schilling [Thu, 28 Jul 2016 13:47:09 +0000 (15:47 +0200)]
Update routes.php
Joas Schilling [Thu, 28 Jul 2016 13:45:44 +0000 (15:45 +0200)]
Remove useless check
Joas Schilling [Thu, 28 Jul 2016 13:43:01 +0000 (15:43 +0200)]
Use the methods on the Response object
Joas Schilling [Thu, 28 Jul 2016 13:36:11 +0000 (15:36 +0200)]
Use public API preferable
Joas Schilling [Thu, 28 Jul 2016 13:35:56 +0000 (15:35 +0200)]
Move classes to PSR-4
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