]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoApply password policy on user creation 711/head
michag86 [Wed, 3 Aug 2016 09:52:15 +0000 (11:52 +0200)]
Apply password policy on user creation

8 years agoMerge pull request #474 from nextcloud/group_shares
Roeland Jago Douma [Wed, 3 Aug 2016 09:41:15 +0000 (11:41 +0200)]
Merge pull request #474 from nextcloud/group_shares

Group shares with same source and target

8 years agoMerge pull request #709 from nextcloud/add-code-check
Marius Blüm [Wed, 3 Aug 2016 09:36:29 +0000 (11:36 +0200)]
Merge pull request #709 from nextcloud/add-code-check

Add workflowengine to check-code call

8 years agoAdd workflowengine to check-code call 709/head
Morris Jobke [Wed, 3 Aug 2016 08:29:06 +0000 (10:29 +0200)]
Add workflowengine to check-code call

8 years agoAdd integration tests for double shares with rename in between 474/head
Vincent Petry [Fri, 22 Jul 2016 09:42:21 +0000 (11:42 +0200)]
Add integration tests for double shares with rename in between

8 years agoMake share target consistent when grouping group share with user share
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.

8 years agoFix RepairUnmergedShares to not skip valid repair cases
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.

8 years agoAdjust repair version check for unmerged shares
Vincent Petry [Thu, 14 Jul 2016 12:53:50 +0000 (14:53 +0200)]
Adjust repair version check for unmerged shares

8 years agoGroup incoming shares for resharing in JS
Vincent Petry [Wed, 13 Jul 2016 13:46:02 +0000 (15:46 +0200)]
Group incoming shares for resharing in JS

8 years agoAdded more tests for sharing's MountProvider
Vincent Petry [Wed, 13 Jul 2016 10:50:00 +0000 (12:50 +0200)]
Added more tests for sharing's MountProvider

8 years agoAdd repair step for unmerged shares (WIP)
Vincent Petry [Tue, 12 Jul 2016 11:38:49 +0000 (13:38 +0200)]
Add repair step for unmerged shares (WIP)

8 years agoImproved share grouping readability + fixed test
Vincent Petry [Mon, 11 Jul 2016 17:43:46 +0000 (19:43 +0200)]
Improved share grouping readability + fixed test

8 years agoAdd integration tests for merging received shares
Vincent Petry [Mon, 11 Jul 2016 15:33:24 +0000 (17:33 +0200)]
Add integration tests for merging received shares

8 years agoGroup shares with same source and target
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!

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 3 Aug 2016 00:11:12 +0000 (00:11 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #701 from nextcloud/fix-add-apps-icon
Morris Jobke [Tue, 2 Aug 2016 12:23:42 +0000 (14:23 +0200)]
Merge pull request #701 from nextcloud/fix-add-apps-icon

Apply black app icon style to newly installed app icons

8 years agoMerge pull request #637 from nextcloud/h1-prevent-delete-update-on-group-shares
Morris Jobke [Tue, 2 Aug 2016 12:17:22 +0000 (14:17 +0200)]
Merge pull request #637 from nextcloud/h1-prevent-delete-update-on-group-shares

Do not allow to delete/update group shares as a group member

8 years agoMerge pull request #700 from nextcloud/token-provider-invalidateoldtokens
Morris Jobke [Tue, 2 Aug 2016 12:16:25 +0000 (14:16 +0200)]
Merge pull request #700 from nextcloud/token-provider-invalidateoldtokens

add invalidateOldTokens to IProvider interface

8 years agoadd invalidateOldTokens to IProvider interface 700/head
Christoph Wurst [Tue, 2 Aug 2016 08:34:11 +0000 (10:34 +0200)]
add invalidateOldTokens to IProvider interface

8 years agoAdd intergration test 637/head
Roeland Jago Douma [Tue, 2 Aug 2016 08:58:27 +0000 (10:58 +0200)]
Add intergration test

8 years agoDo not allow to delete/update group shares as a group member
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

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 2 Aug 2016 00:09:59 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #695 from nextcloud/shake-wrong-password
Morris Jobke [Mon, 1 Aug 2016 23:16:05 +0000 (01:16 +0200)]
Merge pull request #695 from nextcloud/shake-wrong-password

Shake the login fields if password is wrong

8 years agoApply inverted app icon style to newly installed icons 701/head
Julius Haertl [Mon, 1 Aug 2016 19:48:06 +0000 (21:48 +0200)]
Apply inverted app icon style to newly installed icons

8 years agoShake the login fields if password is wrong 695/head
Morris Jobke [Mon, 1 Aug 2016 19:29:30 +0000 (21:29 +0200)]
Shake the login fields if password is wrong

8 years agoMerge pull request #682 from nextcloud/fix-theming-logo
Morris Jobke [Mon, 1 Aug 2016 17:50:42 +0000 (19:50 +0200)]
Merge pull request #682 from nextcloud/fix-theming-logo

fix missing semicolon to fix themed logo on log in page

8 years agoMerge pull request #653 from nextcloud/animate-sidebar
Morris Jobke [Mon, 1 Aug 2016 16:21:31 +0000 (18:21 +0200)]
Merge pull request #653 from nextcloud/animate-sidebar

slight animation for the sidebar for better feedback what happens

8 years agoMerge pull request #684 from nextcloud/fix_csrf_ocs
Lukas Reschke [Mon, 1 Aug 2016 09:52:56 +0000 (11:52 +0200)]
Merge pull request #684 from nextcloud/fix_csrf_ocs

Fix OCS CSRF

8 years agoMerge pull request #685 from nextcloud/validate-theming-input
Björn Schießle [Mon, 1 Aug 2016 09:24:22 +0000 (11:24 +0200)]
Merge pull request #685 from nextcloud/validate-theming-input

Validate the input of the theming options

8 years agoMerge pull request #672 from sndrr/occ-rebrand-to-nextcloud
Morris Jobke [Mon, 1 Aug 2016 09:15:22 +0000 (11:15 +0200)]
Merge pull request #672 from sndrr/occ-rebrand-to-nextcloud

Occ rebrand to nextcloud

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 1 Aug 2016 08:53:07 +0000 (08:53 +0000)]
[tx-robot] updated from transifex

8 years agofix missing semicolon to fix themed logo on log in page 682/head
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

8 years agoMerge pull request #674 from nextcloud/action-menu-position
Lukas Reschke [Mon, 1 Aug 2016 07:40:48 +0000 (09:40 +0200)]
Merge pull request #674 from nextcloud/action-menu-position

remove extra file size padding to fix action menu position

8 years agoValidate the input of the theming options 685/head
Joas Schilling [Mon, 1 Aug 2016 07:37:12 +0000 (09:37 +0200)]
Validate the input of the theming options

8 years agoWe should properly check for 'true' instaed of the bool 684/head
Roeland Jago Douma [Mon, 1 Aug 2016 06:52:50 +0000 (08:52 +0200)]
We should properly check for 'true' instaed of the bool

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 1 Aug 2016 00:10:15 +0000 (00:10 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #595 from nextcloud/fix_slow_test
blizzz [Sun, 31 Jul 2016 15:29:22 +0000 (17:29 +0200)]
Merge pull request #595 from nextcloud/fix_slow_test

Close session fast when doing a test to prevent blocking the next requests

8 years agoMerge pull request #675 from nextcloud/enoch85-patch-1
Roeland Jago Douma [Sun, 31 Jul 2016 04:51:38 +0000 (06:51 +0200)]
Merge pull request #675 from nextcloud/enoch85-patch-1

typo

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 31 Jul 2016 00:09:54 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agotypo 675/head
Daniel Hansson [Sat, 30 Jul 2016 18:56:41 +0000 (20:56 +0200)]
typo

8 years agoremove extra file size padding to fix action menu position 674/head
Jan-Christoph Borchardt [Sat, 30 Jul 2016 16:30:07 +0000 (18:30 +0200)]
remove extra file size padding to fix action menu position

8 years agoFix javascript tests for sidebar animation 653/head
Julius Haertl [Sat, 30 Jul 2016 14:29:06 +0000 (16:29 +0200)]
Fix javascript tests for sidebar animation

8 years agoRevert (c) back to ownCloud, Inc. 672/head
Sander Ruitenbeek [Sat, 30 Jul 2016 14:26:21 +0000 (16:26 +0200)]
Revert (c) back to ownCloud, Inc.
To be dealt with later

8 years agoAdd animation to app-content
Julius Haertl [Sat, 30 Jul 2016 14:24:04 +0000 (16:24 +0200)]
Add animation to app-content

8 years agoUpdate Upgrade.php
sanderr [Sat, 30 Jul 2016 13:09:43 +0000 (15:09 +0200)]
Update Upgrade.php

8 years agoRebranded to Nextcloud for the occ command line tool
Sander Ruitenbeek [Sat, 30 Jul 2016 13:39:32 +0000 (15:39 +0200)]
Rebranded to Nextcloud for the occ command line tool

8 years agoMerge pull request #664 from nextcloud/white-app-menu-fix
Marius Blüm [Sat, 30 Jul 2016 07:11:19 +0000 (09:11 +0200)]
Merge pull request #664 from nextcloud/white-app-menu-fix

Fix wrong preserveAspectRatio at app menu icons

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 30 Jul 2016 00:11:16 +0000 (00:11 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #662 from thelinuxfr/patch-1
Julius Härtl [Fri, 29 Jul 2016 21:47:49 +0000 (23:47 +0200)]
Merge pull request #662 from thelinuxfr/patch-1

Transifex Owncloud > Nextcloud

8 years agoFix wrong preserveAspectRatio at app menu icons 664/head
Julius Haertl [Fri, 29 Jul 2016 21:06:26 +0000 (23:06 +0200)]
Fix wrong preserveAspectRatio at app menu icons

8 years agoTransifex Owncloud > Nextcloud 662/head
Frédéric LIETART [Fri, 29 Jul 2016 20:33:10 +0000 (22:33 +0200)]
Transifex Owncloud > Nextcloud

Change transifex link Owncloud > Nextcloud

8 years agoMerge pull request #627 from nextcloud/white-app-menu
Björn Schießle [Fri, 29 Jul 2016 18:24:24 +0000 (20:24 +0200)]
Merge pull request #627 from nextcloud/white-app-menu

Change app menu to white background with dark icons

8 years agoMerge pull request #656 from nextcloud/ocs_controller_csrf
Roeland Jago Douma [Fri, 29 Jul 2016 17:22:17 +0000 (19:22 +0200)]
Merge pull request #656 from nextcloud/ocs_controller_csrf

Dark hackery to not always disable CSRF for OCS controllers

8 years agoDark hackery to not always disable CSRF for OCS controllers 656/head
Roeland Jago Douma [Fri, 29 Jul 2016 11:41:30 +0000 (13:41 +0200)]
Dark hackery to not always disable CSRF for OCS controllers

8 years agofix shading of apps icon in app menu 627/head
Jan-Christoph Borchardt [Fri, 29 Jul 2016 13:48:05 +0000 (15:48 +0200)]
fix shading of apps icon in app menu

8 years agoMerge pull request #625 from nextcloud/video-container-size
Jan-Christoph Borchardt [Fri, 29 Jul 2016 13:36:30 +0000 (15:36 +0200)]
Merge pull request #625 from nextcloud/video-container-size

up the minimum size of the public share video a bit, use 16/9 ratio

8 years agoMerge pull request #651 from stweil/master
Morris Jobke [Fri, 29 Jul 2016 11:25:34 +0000 (13:25 +0200)]
Merge pull request #651 from stweil/master

Fix misspelling of database "READ COMMITTED"

8 years agoslight animation for the sidebar for better feedback what happens
Jan-Christoph Borchardt [Fri, 29 Jul 2016 10:08:12 +0000 (12:08 +0200)]
slight animation for the sidebar for better feedback what happens

8 years agoMerge pull request #648 from nextcloud/add-quotaplugin-v2-master
Björn Schießle [Fri, 29 Jul 2016 09:44:34 +0000 (11:44 +0200)]
Merge pull request #648 from nextcloud/add-quotaplugin-v2-master

[upstream] Adding quota plugin to new dav endpoint

8 years agoFix misspelling of database "READ COMMITTED" 651/head
Stefan Weil [Thu, 28 Jul 2016 21:00:00 +0000 (23:00 +0200)]
Fix misspelling of database "READ COMMITTED"

Signed-off-by: Stefan Weil <sw@weilnetz.de>
8 years agoMerge pull request #630 from nextcloud/enoch85-patch-1
Roeland Jago Douma [Fri, 29 Jul 2016 08:55:47 +0000 (10:55 +0200)]
Merge pull request #630 from nextcloud/enoch85-patch-1

ownCloud -> Nextcloud

8 years agoup the minimum size of the public share video a bit, use 16/9 ratio, fix #603 625/head
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

8 years agoAdding quota plugin to new dav endpoint (#25615) 648/head
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

8 years agoMerge pull request #556 from nextcloud/nextcloud-version-check
Morris Jobke [Fri, 29 Jul 2016 07:26:25 +0000 (09:26 +0200)]
Merge pull request #556 from nextcloud/nextcloud-version-check

Allow apps to check for a given nextcloud version

8 years agoAdd some integration test fixes 630/head
Morris Jobke [Thu, 28 Jul 2016 21:46:36 +0000 (23:46 +0200)]
Add some integration test fixes

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 29 Jul 2016 00:09:49 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #640 from nextcloud/enoch85-patch-2
Morris Jobke [Thu, 28 Jul 2016 21:30:25 +0000 (23:30 +0200)]
Merge pull request #640 from nextcloud/enoch85-patch-2

ownCloud -> Nextcloud

8 years agoMove to svg filter on app menu to support IE9+
Julius Haertl [Thu, 28 Jul 2016 20:33:17 +0000 (22:33 +0200)]
Move to svg filter on app menu to support IE9+

8 years agoadjust opacity of icons in apps and user menu
Jan-Christoph Borchardt [Thu, 28 Jul 2016 17:07:00 +0000 (19:07 +0200)]
adjust opacity of icons in apps and user menu

8 years agoChange app menu to white
Julius Haertl [Wed, 27 Jul 2016 18:52:42 +0000 (20:52 +0200)]
Change app menu to white

8 years agoownCloud -> Nextcloud 640/head
Daniel Hansson [Thu, 28 Jul 2016 18:55:26 +0000 (20:55 +0200)]
ownCloud -> Nextcloud

8 years agoownCloud --> Nextcloud
enoch85 [Thu, 28 Jul 2016 18:50:23 +0000 (20:50 +0200)]
ownCloud --> Nextcloud

8 years agoMerge pull request #408 from nextcloud/psr4-theming
Björn Schießle [Thu, 28 Jul 2016 16:47:23 +0000 (18:47 +0200)]
Merge pull request #408 from nextcloud/psr4-theming

PSR-4 for the Theming app

8 years agoFix tests 408/head
Joas Schilling [Thu, 28 Jul 2016 14:07:23 +0000 (16:07 +0200)]
Fix tests

8 years agoUpdate routes.php
Joas Schilling [Thu, 28 Jul 2016 13:47:09 +0000 (15:47 +0200)]
Update routes.php

8 years agoRemove useless check
Joas Schilling [Thu, 28 Jul 2016 13:45:44 +0000 (15:45 +0200)]
Remove useless check

8 years agoUse the methods on the Response object
Joas Schilling [Thu, 28 Jul 2016 13:43:01 +0000 (15:43 +0200)]
Use the methods on the Response object

8 years agoUse public API preferable
Joas Schilling [Thu, 28 Jul 2016 13:36:11 +0000 (15:36 +0200)]
Use public API preferable

8 years agoMove classes to PSR-4
Joas Schilling [Thu, 28 Jul 2016 13:35:56 +0000 (15:35 +0200)]
Move classes to PSR-4

8 years agoMerge pull request #636 from nextcloud/theming-fix
Morris Jobke [Thu, 28 Jul 2016 15:42:46 +0000 (17:42 +0200)]
Merge pull request #636 from nextcloud/theming-fix

fix background id selector for the first run wizard

8 years agoMerge pull request #590 from nextcloud/fixing-undefined-OfflineUser-composeAndStoreDi...
Morris Jobke [Thu, 28 Jul 2016 15:41:02 +0000 (17:41 +0200)]
Merge pull request #590 from nextcloud/fixing-undefined-OfflineUser-composeAndStoreDisplayName

Fix undefined OfflineUser::composeAndStoreDisplayName()

8 years agoMerge pull request #592 from nextcloud/ldap-avoidneedlesssetemailonlogin
Lukas Reschke [Thu, 28 Jul 2016 15:09:59 +0000 (17:09 +0200)]
Merge pull request #592 from nextcloud/ldap-avoidneedlesssetemailonlogin

Prevent setting email and triggering events at login time (#25553)

8 years agoMerge pull request #632 from nextcloud/vm
Morris Jobke [Thu, 28 Jul 2016 14:57:44 +0000 (16:57 +0200)]
Merge pull request #632 from nextcloud/vm

add info about the Nextcloud VM

8 years agofix background id selector for the first run wizard 636/head
Bjoern Schiessle [Thu, 28 Jul 2016 14:32:39 +0000 (16:32 +0200)]
fix background id selector for the first run wizard

8 years agowording 632/head
Daniel Hansson [Thu, 28 Jul 2016 14:24:37 +0000 (16:24 +0200)]
wording

8 years agoMerge pull request #583 from nextcloud/issue-577-add-l10n
Morris Jobke [Thu, 28 Jul 2016 14:12:45 +0000 (16:12 +0200)]
Merge pull request #583 from nextcloud/issue-577-add-l10n

Add L10N support

8 years agoadd info about the Nextcloud VM
Daniel Hansson [Thu, 28 Jul 2016 13:54:08 +0000 (15:54 +0200)]
add info about the Nextcloud VM

It's production ready now.

8 years agoownCloud -> Nextcloud
Daniel Hansson [Thu, 28 Jul 2016 13:47:04 +0000 (15:47 +0200)]
ownCloud -> Nextcloud

8 years agoMerge pull request #624 from nextcloud/users-capitalization
William Bargent [Thu, 28 Jul 2016 13:04:04 +0000 (14:04 +0100)]
Merge pull request #624 from nextcloud/users-capitalization

fix capitalization of text in users management

8 years agoMerge pull request #620 from nextcloud/theming-firstrunwizard
Björn Schießle [Thu, 28 Jul 2016 12:49:53 +0000 (14:49 +0200)]
Merge pull request #620 from nextcloud/theming-firstrunwizard

apply theme to the firstrunwizard

8 years agofix unit tests 620/head
Bjoern Schiessle [Thu, 28 Jul 2016 09:45:42 +0000 (11:45 +0200)]
fix unit tests

8 years agore-use background color from theme in the firstrunwizard
Bjoern Schiessle [Thu, 28 Jul 2016 08:43:06 +0000 (10:43 +0200)]
re-use background color from theme in the firstrunwizard

8 years agoapply theme to the firstrunwizard
Bjoern Schiessle [Thu, 28 Jul 2016 08:33:07 +0000 (10:33 +0200)]
apply theme to the firstrunwizard

8 years agofix capitalization of text in users management 624/head
Jan-Christoph Borchardt [Thu, 28 Jul 2016 09:30:36 +0000 (11:30 +0200)]
fix capitalization of text in users management

8 years agoMerge pull request #612 from nextcloud/improve-xml-loaded-version-handling
Lukas Reschke [Thu, 28 Jul 2016 09:26:06 +0000 (11:26 +0200)]
Merge pull request #612 from nextcloud/improve-xml-loaded-version-handling

libxml - compare against loaded version

8 years agoMerge pull request #415 from nextcloud/theming-colorize-checkboxes
Jan-Christoph Borchardt [Thu, 28 Jul 2016 09:12:39 +0000 (11:12 +0200)]
Merge pull request #415 from nextcloud/theming-colorize-checkboxes

Colorize checkboxes depending on theming color

8 years agoMerge pull request #519 from GitHubUser4234/master
blizzz [Thu, 28 Jul 2016 08:14:34 +0000 (10:14 +0200)]
Merge pull request #519 from GitHubUser4234/master

New LDAPProvider for user_ldap

8 years agoMerge pull request #494 from nextcloud/systemtag-management
Lukas Reschke [Thu, 28 Jul 2016 07:36:33 +0000 (09:36 +0200)]
Merge pull request #494 from nextcloud/systemtag-management

Add a simple Admin UI to manage systemtags

8 years agoNextcloud license header for new files 519/head
root [Thu, 28 Jul 2016 07:13:00 +0000 (15:13 +0800)]
Nextcloud license header for new files

8 years agolibxml - compare against loaded version 612/head
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