]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agodon't convert link share to federated share if outgoing federated shares are forbidden 379/head
Bjoern Schiessle [Thu, 14 Jul 2016 18:41:10 +0000 (20:41 +0200)]
don't convert link share to federated share if outgoing federated shares are forbidden

8 years agorename SaveToNextcloudController to MountPublicLinkController
Bjoern Schiessle [Thu, 14 Jul 2016 09:01:25 +0000 (11:01 +0200)]
rename SaveToNextcloudController to MountPublicLinkController

8 years agoadjust copyright notices
Bjoern Schiessle [Wed, 13 Jul 2016 15:50:06 +0000 (17:50 +0200)]
adjust copyright notices

8 years agoremove unused parameter
Bjoern Schiessle [Wed, 13 Jul 2016 10:39:20 +0000 (12:39 +0200)]
remove unused parameter

8 years agoallow to mount public link from Nextclouds <= 9
Bjoern Schiessle [Wed, 13 Jul 2016 09:32:27 +0000 (11:32 +0200)]
allow to mount public link from Nextclouds <= 9

8 years agomove some stuff over to the federatedfilesharing app
Bjoern Schiessle [Tue, 12 Jul 2016 16:48:00 +0000 (18:48 +0200)]
move some stuff over to the federatedfilesharing app

8 years agos/ownCloud/Nextcloud
Bjoern Schiessle [Tue, 12 Jul 2016 14:30:09 +0000 (16:30 +0200)]
s/ownCloud/Nextcloud

8 years agocontinue to accept the URL of the remote server instead of the federated cloud id
Bjoern Schiessle [Tue, 12 Jul 2016 12:03:29 +0000 (14:03 +0200)]
continue to accept the URL of the remote server instead of the federated cloud id

8 years agoreplace 'ownCloud' with 'Nextcloud'
Bjoern Schiessle [Tue, 12 Jul 2016 10:04:41 +0000 (12:04 +0200)]
replace 'ownCloud' with 'Nextcloud'

8 years agoadd unit tests
Björn Schießle [Mon, 23 May 2016 12:57:22 +0000 (14:57 +0200)]
add unit tests

8 years agocreate a real federated share if a user add a public link to his ownCloud
Björn Schießle [Mon, 23 May 2016 09:48:14 +0000 (11:48 +0200)]
create a real federated share if a user add a public link to his ownCloud

this way the owner sees all mounted public links and control them individually

8 years ago- keep copyright notice and only update the authors list
Bjoern Schiessle [Wed, 13 Jul 2016 15:45:21 +0000 (17:45 +0200)]
- keep copyright notice and only update the authors list
- check if all changes to a file happened after the fork, this allows the authors to check if the file can be relicensed to AGPLv3 or later

8 years agoMerge pull request #373 from nextcloud/fix_noDB
Joas Schilling [Tue, 12 Jul 2016 08:32:02 +0000 (10:32 +0200)]
Merge pull request #373 from nextcloud/fix_noDB

FIX NODB group

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 12 Jul 2016 00:09:34 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #371 from nextcloud/implement-get-title
Joas Schilling [Mon, 11 Jul 2016 19:57:52 +0000 (21:57 +0200)]
Merge pull request #371 from nextcloud/implement-get-title

Implement "getTitle"

8 years agoSome UtilTests require DB 373/head
Roeland Jago Douma [Mon, 11 Jul 2016 19:05:39 +0000 (21:05 +0200)]
Some UtilTests require DB

In the current setup there is no DI so no way to mock them.

8 years agoLegacyGroupTest need DB
Roeland Jago Douma [Mon, 11 Jul 2016 18:58:59 +0000 (20:58 +0200)]
LegacyGroupTest need DB

Those old tests make it impossible in the current state to abstract
away.

8 years agoImprove ManagerTest
Roeland Jago Douma [Mon, 11 Jul 2016 14:53:01 +0000 (16:53 +0200)]
Improve ManagerTest

* No DB required
* Fixed phpunit 5.4 warnings

8 years agoImprove GroupTest
Roeland Jago Douma [Mon, 11 Jul 2016 14:23:23 +0000 (16:23 +0200)]
Improve GroupTest

* No longer require DB

8 years agoImplement "getTitle" 371/head
Lukas Reschke [Mon, 11 Jul 2016 17:36:26 +0000 (19:36 +0200)]
Implement "getTitle"

Fixes https://github.com/nextcloud/server/issues/341

8 years agoMerge pull request #364 from nextcloud/ca-bundle-tests
Björn Schießle [Mon, 11 Jul 2016 15:34:31 +0000 (17:34 +0200)]
Merge pull request #364 from nextcloud/ca-bundle-tests

add test for needsRebundling() check

8 years agoMerge pull request #361 from nextcloud/make-theming-work-with-pretty-urls
Lukas Reschke [Mon, 11 Jul 2016 15:01:33 +0000 (17:01 +0200)]
Merge pull request #361 from nextcloud/make-theming-work-with-pretty-urls

Make theming work with pretty URLs

8 years agoMerge pull request #362 from nextcloud/fix_nodetest_nodb
Roeland Douma [Mon, 11 Jul 2016 14:34:28 +0000 (16:34 +0200)]
Merge pull request #362 from nextcloud/fix_nodetest_nodb

Improve NodeTest

8 years agoadd test for needsRebundling() check 364/head
Bjoern Schiessle [Mon, 11 Jul 2016 13:51:48 +0000 (15:51 +0200)]
add test for needsRebundling() check

8 years agoImprove NodeTest 362/head
Roeland Jago Douma [Mon, 11 Jul 2016 13:41:02 +0000 (15:41 +0200)]
Improve NodeTest

* Do not use DB
* Fix phpunit-5.4 warnigns
* Moved commong stuff to setup

8 years agoFix tests 361/head
oparoz [Mon, 11 Jul 2016 12:23:43 +0000 (14:23 +0200)]
Fix tests

8 years agoMake theming work with pretty URLs
oparoz [Mon, 11 Jul 2016 12:08:25 +0000 (14:08 +0200)]
Make theming work with pretty URLs
In some envs the rewrite rules for pretty URLs apply to all CSS files, so let's not end the route name with that etension.
Fixes #315

8 years agoChange occurence of ownCloud (#352)
Morris Jobke [Mon, 11 Jul 2016 11:49:19 +0000 (13:49 +0200)]
Change occurence of ownCloud (#352)

8 years agoMerge pull request #347 from nextcloud/drop-windows-foo
Lukas Reschke [Mon, 11 Jul 2016 11:16:03 +0000 (13:16 +0200)]
Merge pull request #347 from nextcloud/drop-windows-foo

Remove unneeded checks if it runs on a Windows machine

8 years agoMerge pull request #320 from nextcloud/faster_autoloader
Roeland Douma [Mon, 11 Jul 2016 10:33:24 +0000 (12:33 +0200)]
Merge pull request #320 from nextcloud/faster_autoloader

[3rdparty] Static classmap for 3rdparty

8 years agoMerge pull request #350 from nextcloud/fix-check-certificate-bundles
Joas Schilling [Mon, 11 Jul 2016 09:04:49 +0000 (11:04 +0200)]
Merge pull request #350 from nextcloud/fix-check-certificate-bundles

fix check if the certificate bundle needs to be updated

8 years agoFix some more tests 347/head
Joas Schilling [Mon, 11 Jul 2016 08:59:27 +0000 (10:59 +0200)]
Fix some more tests

8 years ago[3rdparty] Static classmap for 3rdparty 320/head
Roeland Jago Douma [Wed, 6 Jul 2016 07:37:46 +0000 (09:37 +0200)]
[3rdparty] Static classmap for 3rdparty

This speedsup classmap loading significantly on php 5.6 and higher.
Older php versions are not affected.

8 years agoAdd new "Recent files" icon to files app (#356)
Bugsbane [Mon, 11 Jul 2016 08:54:04 +0000 (04:54 -0400)]
Add new "Recent files" icon to files app (#356)

* Added new "nav-icon-recent" CSS class

Added the class "nav-icon-recent" to display the new "recent files" file list view to be added by @icewind1991 in PR https://github.com/nextcloud/server/pull/292

It's now placed after nav-icon-files which was where @jancborchardt was suggesting iirc.

* Add new "Recent files" clock icon

Add the new icon for "Recent files" file list view in the files app by @icewind1991, as discussed in PR https://github.com/nextcloud/server/pull/292

Icon is already compressed/cleaned by scour rather than svgo as svgo seems to corrupt it.

* Alter colour of "Recent" icon from grey to black

Change colour of the "recently used files" icon from grey to black, to match other icons in the files app.

* Replace recent icon with black, optimized version

Just updates the colour of the icon for "Recent files" from a grey version, to a black optimised version.

8 years agoMerge pull request #345 from nextcloud/sanitize-logs-and-stacktraces
Joas Schilling [Mon, 11 Jul 2016 08:48:47 +0000 (10:48 +0200)]
Merge pull request #345 from nextcloud/sanitize-logs-and-stacktraces

Sanitize more config options and stack traces

8 years agoMerge pull request #351 from nextcloud/improve_filetest_unittest
Morris Jobke [Mon, 11 Jul 2016 08:40:13 +0000 (10:40 +0200)]
Merge pull request #351 from nextcloud/improve_filetest_unittest

Improve FileTest

8 years agoMerge pull request #358 from nextcloud/phpunit-warning-fixes-appframework
Roeland Douma [Mon, 11 Jul 2016 07:44:27 +0000 (09:44 +0200)]
Merge pull request #358 from nextcloud/phpunit-warning-fixes-appframework

Phpunit warning fixes appframework

8 years agoMock logger 358/head
Roeland Jago Douma [Sun, 10 Jul 2016 12:19:55 +0000 (14:19 +0200)]
Mock logger

8 years agoFix phpunit-5.4 wargning
Roeland Jago Douma [Sun, 10 Jul 2016 12:17:26 +0000 (14:17 +0200)]
Fix phpunit-5.4 wargning

* getMock is deprecated.
* \PDOStatement mocking fails hard on phpunit 4.8

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 11 Jul 2016 00:09:22 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #330 from nextcloud/php7.0-ci
Morris Jobke [Sun, 10 Jul 2016 11:46:59 +0000 (13:46 +0200)]
Merge pull request #330 from nextcloud/php7.0-ci

PHP 7.0 CI

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

8 years agoRun mysql and posgres on 5.6 330/head
Roeland Jago Douma [Sat, 9 Jul 2016 18:17:01 +0000 (20:17 +0200)]
Run mysql and posgres on 5.6

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

8 years agoBump drone to use newer php7 docker
Roeland Jago Douma [Fri, 8 Jul 2016 13:12:36 +0000 (15:12 +0200)]
Bump drone to use newer php7 docker

8 years agoDisable coverage for now
Roeland Jago Douma [Wed, 6 Jul 2016 17:36:57 +0000 (19:36 +0200)]
Disable coverage for now

Coverage generation takes to long. So disabling for now.

8 years agoAdd 5.6 sqlite ci
Roeland Jago Douma [Wed, 6 Jul 2016 15:59:29 +0000 (17:59 +0200)]
Add 5.6 sqlite ci

8 years agoMove 'main' ci to php7 (speed)
Roeland Jago Douma [Wed, 6 Jul 2016 15:57:45 +0000 (17:57 +0200)]
Move 'main' ci to php7 (speed)

8 years agoCorrection is no longer required in php7
Roeland Jago Douma [Fri, 8 Jul 2016 07:27:54 +0000 (09:27 +0200)]
Correction is no longer required in php7

8 years agoFix phpunit Trait warning
Roeland Jago Douma [Fri, 8 Jul 2016 07:11:28 +0000 (09:11 +0200)]
Fix phpunit Trait warning

8 years agoImprove FileTest 351/head
Roeland Jago Douma [Fri, 8 Jul 2016 17:33:49 +0000 (19:33 +0200)]
Improve FileTest

* No longer requires DB
* Fixed phpunit 5.4 warnings
* Moved common stuff to Setup phase

8 years agoalways check the mtime of the system bundle and additionally the user specific certif... 350/head
Bjoern Schiessle [Fri, 8 Jul 2016 16:09:08 +0000 (18:09 +0200)]
always check the mtime of the system bundle and additionally the user specific certificate bundle if a user is given

8 years agoRemove unneeded checks if it runs on a Windows machine
Morris Jobke [Fri, 8 Jul 2016 13:55:17 +0000 (15:55 +0200)]
Remove unneeded checks if it runs on a Windows machine

* the setup check is still there

8 years agoSanitize more config options and stack traces 345/head
Morris Jobke [Fri, 8 Jul 2016 12:13:16 +0000 (14:13 +0200)]
Sanitize more config options and stack traces

8 years agoMerge pull request #317 from nextcloud/scrutinizer-fixed
Roeland Douma [Fri, 8 Jul 2016 11:49:42 +0000 (13:49 +0200)]
Merge pull request #317 from nextcloud/scrutinizer-fixed

Scrutinizer fixes

8 years agoFix test using private propertries 317/head
Robin Appelman [Thu, 7 Jul 2016 14:56:28 +0000 (16:56 +0200)]
Fix test using private propertries

8 years agocombine if statements
Robin Appelman [Tue, 5 Jul 2016 21:35:32 +0000 (23:35 +0200)]
combine if statements

8 years agohandle errors while getting fileinfo
Robin Appelman [Tue, 5 Jul 2016 21:19:30 +0000 (23:19 +0200)]
handle errors while getting fileinfo

8 years agoAllow null
Robin Appelman [Tue, 5 Jul 2016 21:19:10 +0000 (23:19 +0200)]
Allow null

8 years agoFix type hinting
Robin Appelman [Tue, 5 Jul 2016 21:18:41 +0000 (23:18 +0200)]
Fix type hinting

8 years agoadd missing var
Robin Appelman [Tue, 5 Jul 2016 21:18:06 +0000 (23:18 +0200)]
add missing var

8 years agohint global handlebars
Robin Appelman [Tue, 5 Jul 2016 21:17:43 +0000 (23:17 +0200)]
hint global handlebars

8 years agodont overwrite a variable with a different type
Robin Appelman [Tue, 5 Jul 2016 21:15:41 +0000 (23:15 +0200)]
dont overwrite a variable with a different type

8 years agoFix undefined properties
Robin Appelman [Tue, 5 Jul 2016 20:45:05 +0000 (22:45 +0200)]
Fix undefined properties

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

8 years agoMerge pull request #314 from jernst/master
Lukas Reschke [Thu, 7 Jul 2016 17:34:11 +0000 (19:34 +0200)]
Merge pull request #314 from jernst/master

Allow wildcard * to be used in trusted domains

8 years agoMerge pull request #333 from nextcloud/sync-master
Lukas Reschke [Thu, 7 Jul 2016 17:29:43 +0000 (19:29 +0200)]
Merge pull request #333 from nextcloud/sync-master

Sync master

8 years agoExtended documentation on trusted_domains to cover ports and wildcards.
Johannes Ernst [Thu, 7 Jul 2016 16:23:20 +0000 (16:23 +0000)]
Extended documentation on trusted_domains to cover ports and wildcards.

8 years agoMerge pull request #312 from nextcloud/files-other-lists-goto
Morris Jobke [Thu, 7 Jul 2016 13:48:38 +0000 (15:48 +0200)]
Merge pull request #312 from nextcloud/files-other-lists-goto

Add "goto" links for files in non-default file lists

8 years agoSimplify test code and don't show anything if no date is set
Morris Jobke [Thu, 7 Jul 2016 07:54:32 +0000 (09:54 +0200)]
Simplify test code and don't show anything if no date is set

8 years agoadd unit tests
Morris Jobke [Mon, 4 Jul 2016 15:16:50 +0000 (17:16 +0200)]
add unit tests

8 years agoUpdate header during update callback
Morris Jobke [Fri, 1 Apr 2016 07:07:04 +0000 (09:07 +0200)]
Update header during update callback

8 years agoNot set expiration date is represented as 0
Morris Jobke [Wed, 16 Mar 2016 17:28:45 +0000 (18:28 +0100)]
Not set expiration date is represented as 0

8 years agoadd "Never" if expiration date is not set
Morris Jobke [Fri, 2 Oct 2015 06:45:07 +0000 (08:45 +0200)]
add "Never" if expiration date is not set

8 years agoAdd expiration date to share by link view
Morris Jobke [Wed, 30 Sep 2015 16:20:55 +0000 (18:20 +0200)]
Add expiration date to share by link view

8 years agoChange png icons to svg
Juan Pablo Villafáñez [Thu, 7 Jul 2016 08:17:21 +0000 (10:17 +0200)]
Change png icons to svg

8 years agoRevert "occ web executor (#24957)"
Morris Jobke [Thu, 7 Jul 2016 10:14:45 +0000 (12:14 +0200)]
Revert "occ web executor (#24957)"

This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c.

8 years agoRevert "Bypass upgrade page when occ controller is requested"
Morris Jobke [Thu, 7 Jul 2016 10:14:39 +0000 (12:14 +0200)]
Revert "Bypass upgrade page when occ controller is requested"

This reverts commit 89e581acf8d30e11a27f1d23560d54306615ae7e.

8 years agoMerge branch 'master' into sync-master
Morris Jobke [Thu, 7 Jul 2016 09:29:46 +0000 (11:29 +0200)]
Merge branch 'master' into sync-master

8 years agoRevert "[tx-robot] updated from transifex"
Morris Jobke [Thu, 7 Jul 2016 09:01:48 +0000 (11:01 +0200)]
Revert "[tx-robot] updated from transifex"

This reverts commit 3731b2a006eca1e96d4087212a5e779c85a002e4.

Revert "[tx-robot] updated from transifex"

This reverts commit 94d91113f1206161b00bbc28da00aaf80bcd0a3e.

Revert "[tx-robot] updated from transifex"

This reverts commit e7cc8bac1e26935ed3bceb2b777659cc72cafdf2.

Revert "[tx-robot] updated from transifex"

This reverts commit 59fc3ff45a98e305ad65069d31fc78081fa88dc6.

Revert "[tx-robot] updated from transifex"

This reverts commit 6a89a63d2e5f6d807f6e99823b76f3cfea268c29.

Revert "[tx-robot] updated from transifex"

This reverts commit b0bad03234329113988d7d9c9cf2613d8f031c5f.

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 7 Jul 2016 08:58:00 +0000 (08:58 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #323 from Faldon/database_port
Morris Jobke [Thu, 7 Jul 2016 08:20:08 +0000 (10:20 +0200)]
Merge pull request #323 from Faldon/database_port

Added occ install option for database-port

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 7 Jul 2016 05:56:27 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

8 years agoDisallow certain malformed domain names even if they match the trusted domain expression
Johannes Ernst [Wed, 6 Jul 2016 23:51:04 +0000 (23:51 +0000)]
Disallow certain malformed domain names even if they match the trusted domain expression
Stricter checking for valid domain names

8 years agoTrusted domain wildcard checking made shorter, supporting multiple *
Johannes Ernst [Wed, 6 Jul 2016 23:38:30 +0000 (23:38 +0000)]
Trusted domain wildcard checking made shorter, supporting multiple *
Added test cases

8 years agoSet content type when downloading log file to force download in some browsers (#25382)
Vincent Petry [Wed, 6 Jul 2016 20:47:16 +0000 (22:47 +0200)]
Set content type when downloading log file to force download in some browsers (#25382)

8 years agoUse named parameter instead of direct value for system tags search param (#25380)
Vincent Petry [Wed, 6 Jul 2016 20:39:34 +0000 (22:39 +0200)]
Use named parameter instead of direct value for system tags search param (#25380)

8 years agoMerge pull request #327 from nextcloud/add-php-5.4-5.5
Roeland Douma [Wed, 6 Jul 2016 14:37:57 +0000 (16:37 +0200)]
Merge pull request #327 from nextcloud/add-php-5.4-5.5

Add PHP 5.4 and 5.5 jobs to CI

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 6 Jul 2016 13:28:06 +0000 (13:28 +0000)]
[tx-robot] updated from transifex

8 years agoAdd PHP 5.4 and 5.5 jobs to CI
Morris Jobke [Wed, 6 Jul 2016 13:01:11 +0000 (15:01 +0200)]
Add PHP 5.4 and 5.5 jobs to CI

8 years agoMerge pull request #324 from nextcloud/fix-naming-issue-drone
Morris Jobke [Wed, 6 Jul 2016 12:48:30 +0000 (14:48 +0200)]
Merge pull request #324 from nextcloud/fix-naming-issue-drone

Fix docker image naming issue for CI

8 years agoFix docker image naming issue for CI
Morris Jobke [Wed, 6 Jul 2016 09:27:35 +0000 (11:27 +0200)]
Fix docker image naming issue for CI

* wrongly named PHP7 - it is PHP 5.6
* moved integration tests at the very end

8 years agoMerge pull request #25361 from owncloud/sharing-inttestforusershareaftergroupshare
Vincent Petry [Wed, 6 Jul 2016 10:49:30 +0000 (12:49 +0200)]
Merge pull request #25361 from owncloud/sharing-inttestforusershareaftergroupshare

Add integration test for sharing with group, then user in group

8 years agoMerge pull request #25325 from owncloud/filelist-prependslash
Vincent Petry [Wed, 6 Jul 2016 10:44:03 +0000 (12:44 +0200)]
Merge pull request #25325 from owncloud/filelist-prependslash

Filelist change dir auto-prepend slash

8 years agoIgnore invalid paths in the JS file list (#25368)
Vincent Petry [Wed, 6 Jul 2016 09:55:02 +0000 (11:55 +0200)]
Ignore invalid paths in the JS file list (#25368)

8 years agoChanged the input option for database-port to required when parameter was provided.
Thomas Pulzer [Wed, 6 Jul 2016 09:31:28 +0000 (11:31 +0200)]
Changed the input option for database-port to required when parameter was provided.
Added casting database port to int for input sanitation in pgsql and oci connections.

8 years agoUpgrading the log level From Debug to INFO to be consistent with files_trashbin ...
Carlos Damken [Wed, 6 Jul 2016 08:33:31 +0000 (10:33 +0200)]
Upgrading the log level From Debug to INFO to be consistent with files_trashbin (#25367)

8 years agoAdded occ install option for database-port.
Thomas Pulzer [Wed, 6 Jul 2016 07:58:38 +0000 (09:58 +0200)]
Added occ install option for database-port.
Extended the database setup to store the database port.
Changed the PostgreSQL connection error message for clarification.

8 years agoMerge pull request #319 from nextcloud/config-sample
Roeland Douma [Wed, 6 Jul 2016 07:58:14 +0000 (09:58 +0200)]
Merge pull request #319 from nextcloud/config-sample

Fix config sample text

8 years agoFix config sample text
Morris Jobke [Wed, 6 Jul 2016 06:59:38 +0000 (08:59 +0200)]
Fix config sample text