]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoMerge branch 'master' of https://github.com/owncloud/core
cetra3 [Mon, 8 Sep 2014 05:35:49 +0000 (15:05 +0930)]
Merge branch 'master' of https://github.com/owncloud/core

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 7 Sep 2014 05:54:42 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 6 Sep 2014 05:55:03 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #10889 from owncloud/moveTrustedDomainCheck
Lukas Reschke [Fri, 5 Sep 2014 15:39:37 +0000 (17:39 +0200)]
Merge pull request #10889 from owncloud/moveTrustedDomainCheck

Move trusted domain check to init()

10 years agoMerge pull request #10145 from owncloud/cache-updater-refactor
Vincent Petry [Fri, 5 Sep 2014 15:30:19 +0000 (17:30 +0200)]
Merge pull request #10145 from owncloud/cache-updater-refactor

Refactor cache updater to work outside of the users home

10 years agoMerge pull request #10860 from owncloud/scrolltofix
Clark Tomlinson [Fri, 5 Sep 2014 14:35:59 +0000 (10:35 -0400)]
Merge pull request #10860 from owncloud/scrolltofix

Scroll to file on search or add

10 years agoMove trusted domain check to init()
Lukas Reschke [Fri, 5 Sep 2014 12:10:35 +0000 (14:10 +0200)]
Move trusted domain check to init()

handleRequest() is not called from remote.php or public.php which made these files party available but all included apps in there produced errors.

As the expected behaviour is anyways that a trusted domain warning is shown I moved this to init()

Fixes https://github.com/owncloud/core/issues/10064

10 years agoMerge pull request #10870 from owncloud/dnd-droponreadonlyfolderfix
Vincent Petry [Fri, 5 Sep 2014 10:20:48 +0000 (12:20 +0200)]
Merge pull request #10870 from owncloud/dnd-droponreadonlyfolderfix

Added permission check for drag and drop

10 years agoRemove explicit propagate calls
Robin Appelman [Tue, 12 Aug 2014 11:59:06 +0000 (13:59 +0200)]
Remove explicit propagate calls

10 years agoremove unstable test
Robin Appelman [Wed, 6 Aug 2014 10:35:59 +0000 (12:35 +0200)]
remove unstable test

10 years agoUpdate cache before post hooks
Robin Appelman [Tue, 5 Aug 2014 13:12:20 +0000 (15:12 +0200)]
Update cache before post hooks

10 years agoFix warning in homecache
Robin Appelman [Tue, 5 Aug 2014 13:12:00 +0000 (15:12 +0200)]
Fix warning in homecache

10 years agoFix unit test
Robin Appelman [Mon, 4 Aug 2014 14:17:11 +0000 (16:17 +0200)]
Fix unit test

10 years agoImprove unit tests for Cache\Updater
Robin Appelman [Mon, 4 Aug 2014 12:46:48 +0000 (14:46 +0200)]
Improve unit tests for Cache\Updater

10 years agoRefactor Cache\Updater to work outside of the users home
Robin Appelman [Mon, 4 Aug 2014 12:29:46 +0000 (14:29 +0200)]
Refactor Cache\Updater to work outside of the users home

10 years agoMerge pull request #10871 from owncloud/issue_10674
Jesus Macias Portela [Fri, 5 Sep 2014 07:03:07 +0000 (09:03 +0200)]
Merge pull request #10871 from owncloud/issue_10674

Fix 3rdparty pointer

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 5 Sep 2014 05:54:39 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoFix 3rdparty pointer
Jesus Macias [Thu, 4 Sep 2014 19:34:56 +0000 (21:34 +0200)]
Fix 3rdparty pointer

10 years agoAdded permission check for drag and drop
Vincent Petry [Thu, 4 Sep 2014 17:58:49 +0000 (19:58 +0200)]
Added permission check for drag and drop

When dropping files onto a read-only folder, a notification
is now shown instead of attempting to upload.

This for both the drag for upload and drag from inside the file list
cases.

10 years agoMerge pull request #10840 from owncloud/issue_10674
Jesus Macias Portela [Thu, 4 Sep 2014 15:29:08 +0000 (17:29 +0200)]
Merge pull request #10840 from owncloud/issue_10674

Solve bug with touch always return true on /lib/private/files/view.php

10 years agoadd / to url to match route
Jörn Friedrich Dreyer [Thu, 4 Sep 2014 11:58:37 +0000 (13:58 +0200)]
add / to url to match route

10 years agoMerge pull request #10818 from owncloud/enableappforgroupfix
Lukas Reschke [Thu, 4 Sep 2014 11:56:41 +0000 (13:56 +0200)]
Merge pull request #10818 from owncloud/enableappforgroupfix

Fix upgrade process when apps enabled for specific groups

10 years agoMerge pull request #10244 from owncloud/utf8-folder-test
Vincent Petry [Thu, 4 Sep 2014 11:42:17 +0000 (13:42 +0200)]
Merge pull request #10244 from owncloud/utf8-folder-test

add utf8 folder test

10 years agoTyp in whichOpenOffice test
Olivier Paroz [Tue, 2 Sep 2014 20:11:49 +0000 (22:11 +0200)]
Typ in whichOpenOffice test

10 years agoScroll to new file/folder after adding
Vincent Petry [Thu, 4 Sep 2014 10:33:38 +0000 (12:33 +0200)]
Scroll to new file/folder after adding

When creating a new file from the menu, the list now scrolls to that
file.

10 years agoFixed scrollto for search results
Vincent Petry [Thu, 4 Sep 2014 10:20:11 +0000 (12:20 +0200)]
Fixed scrollto for search results

Now passing the "scrollto" URL argument to the file list class which
will also automatically scroll and highlight the matching element.

This code is triggered by the search box when in a different folder and
also by the activity app.

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 4 Sep 2014 05:55:22 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #10790 from cbhp/master
Lukas Reschke [Wed, 3 Sep 2014 20:40:12 +0000 (22:40 +0200)]
Merge pull request #10790 from cbhp/master

added missing User-Agents

10 years agoMerge pull request #10849 from owncloud/UseProperRandomFunction
Andreas Fischer [Wed, 3 Sep 2014 19:13:54 +0000 (21:13 +0200)]
Merge pull request #10849 from owncloud/UseProperRandomFunction

Use proper RNG

* owncloud/UseProperRandomFunction:
  Use proper RNG generator

10 years agoMerge pull request #9195 from owncloud/fix-733
pdessauw [Wed, 3 Sep 2014 19:07:22 +0000 (15:07 -0400)]
Merge pull request #9195 from owncloud/fix-733

Scroll to uploaded file in file list

10 years agoMerge pull request #10842 from owncloud/remove-add-to-your-owncloud-if-disabled
Lukas Reschke [Wed, 3 Sep 2014 18:58:47 +0000 (20:58 +0200)]
Merge pull request #10842 from owncloud/remove-add-to-your-owncloud-if-disabled

Hiding add to your own cloud if server2server sharing is not enabled

10 years agoMerge branch 'issue_10674' of github.com:owncloud/core into issue_10674
Jesus Macias [Wed, 3 Sep 2014 16:22:27 +0000 (18:22 +0200)]
Merge branch 'issue_10674' of github.com:owncloud/core into issue_10674

10 years agoFix code with previous comments
Jesus Macias [Wed, 3 Sep 2014 16:12:36 +0000 (18:12 +0200)]
Fix code with previous comments

10 years agoSolve bug with touch always return true on /lib/private/files/view.php
Jesus Macias [Wed, 3 Sep 2014 10:08:22 +0000 (12:08 +0200)]
Solve bug with touch always return true on /lib/private/files/view.php

10 years agoReset changes on 3rdparty submodule
Jesus Macias [Wed, 3 Sep 2014 16:20:09 +0000 (18:20 +0200)]
Reset changes on 3rdparty submodule

10 years agoFix code with previous comments
Jesus Macias [Wed, 3 Sep 2014 16:12:36 +0000 (18:12 +0200)]
Fix code with previous comments

10 years agoalways use a user-agent constant
cbhp [Wed, 3 Sep 2014 16:00:05 +0000 (18:00 +0200)]
always use a user-agent constant

Some providers block connections with missing user-agents. Also
user-agents are useful for analyzing requests. I've added a USER_AGENT
constant that is used in cURL and in file_get_contents.

10 years agoUse proper RNG generator
Lukas Reschke [Wed, 3 Sep 2014 15:46:48 +0000 (17:46 +0200)]
Use proper RNG generator

OC_Util::generateRandomBytes() only returns lowercase alphanumeric values.
We should use the new RNG which has a broader characterset.

10 years agoMerge pull request #10845 from owncloud/usealphanumericstring
Clark Tomlinson [Wed, 3 Sep 2014 15:36:21 +0000 (11:36 -0400)]
Merge pull request #10845 from owncloud/usealphanumericstring

Only return lowercase letters and digits for backwards compatbility

10 years agoOnly return lowercase letters and digits for backwards compatbility
Lukas Reschke [Wed, 3 Sep 2014 15:18:00 +0000 (17:18 +0200)]
Only return lowercase letters and digits for backwards compatbility

10 years agoMerge pull request #10667 from pmjdebruijn/itunes-appid
Thomas Müller [Wed, 3 Sep 2014 14:26:20 +0000 (16:26 +0200)]
Merge pull request #10667 from pmjdebruijn/itunes-appid

defaults: add customizable defaultiTunesAppId

10 years agoHiding add to your own cloud if server2server sharing is not enabled
Clark Tomlinson [Wed, 3 Sep 2014 14:00:01 +0000 (10:00 -0400)]
Hiding add to your own cloud if server2server sharing is not enabled

10 years agoHighlight every uploaded files and scroll down to the last one
pdessauw [Thu, 19 Jun 2014 18:11:57 +0000 (14:11 -0400)]
Highlight every uploaded files and scroll down to the last one

10 years agoMerge pull request #10642 from owncloud/securityutils
Lukas Reschke [Wed, 3 Sep 2014 13:28:42 +0000 (15:28 +0200)]
Merge pull request #10642 from owncloud/securityutils

Add some security utilities

10 years agoMerge pull request #10826 from oparoz/master
Clark Tomlinson [Wed, 3 Sep 2014 13:14:35 +0000 (09:14 -0400)]
Merge pull request #10826 from oparoz/master

Adding TIFF support to the files app

10 years agoMerge pull request #10723 from owncloud/webdav-folder-size
Clark Tomlinson [Wed, 3 Sep 2014 13:07:23 +0000 (09:07 -0400)]
Merge pull request #10723 from owncloud/webdav-folder-size

adding new webdav property containing the folder size

10 years agoIncrement version
Lukas Reschke [Wed, 3 Sep 2014 12:21:35 +0000 (14:21 +0200)]
Increment version

10 years agoFix quoting
Lukas Reschke [Wed, 3 Sep 2014 12:16:55 +0000 (14:16 +0200)]
Fix quoting

10 years agoAdd test for the second argument
Lukas Reschke [Wed, 3 Sep 2014 12:13:12 +0000 (14:13 +0200)]
Add test for the second argument

10 years agoRefactor tests a little bit
Lukas Reschke [Wed, 3 Sep 2014 11:51:44 +0000 (13:51 +0200)]
Refactor tests a little bit

10 years agoThis is not a PDF, there are no pages
Olivier Paroz [Wed, 3 Sep 2014 10:32:59 +0000 (12:32 +0200)]
This is not a PDF, there are no pages

10 years agoFix CHAR_SYMBOLS
Lukas Reschke [Wed, 3 Sep 2014 10:22:21 +0000 (12:22 +0200)]
Fix CHAR_SYMBOLS

10 years agoSolve bug with touch always return true on /lib/private/files/view.php
Jesus Macias [Wed, 3 Sep 2014 10:08:22 +0000 (12:08 +0200)]
Solve bug with touch always return true on /lib/private/files/view.php

10 years agoMerge pull request #10761 from canadaduane/fix_occ_upgrade
Thomas Müller [Wed, 3 Sep 2014 09:27:16 +0000 (11:27 +0200)]
Merge pull request #10761 from canadaduane/fix_occ_upgrade

Ensure db connection before changing cache state

10 years agoMerge pull request #10725 from owncloud/sabredav-etag-master
Thomas Müller [Wed, 3 Sep 2014 09:21:47 +0000 (11:21 +0200)]
Merge pull request #10725 from owncloud/sabredav-etag-master

adding OC-ETag header

10 years agoMerge branch 'securityutils' of https://github.com/owncloud/core into securityutils
Lukas Reschke [Wed, 3 Sep 2014 09:04:49 +0000 (11:04 +0200)]
Merge branch 'securityutils' of https://github.com/owncloud/core into securityutils

10 years agoAdd char consts, hash the specified password for the HMAC
Lukas Reschke [Wed, 3 Sep 2014 09:03:27 +0000 (11:03 +0200)]
Add char consts, hash the specified password for the HMAC

10 years agoAdded unit tests for cache of enabled apps
Vincent Petry [Wed, 3 Sep 2014 09:01:59 +0000 (11:01 +0200)]
Added unit tests for cache of enabled apps

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 3 Sep 2014 05:54:34 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoConverts TIFF files to PNG
Olivier Paroz [Tue, 2 Sep 2014 20:56:39 +0000 (22:56 +0200)]
Converts TIFF files to PNG

10 years agoAdding support for tiff files
Olivier Paroz [Tue, 2 Sep 2014 20:53:41 +0000 (22:53 +0200)]
Adding support for tiff files

10 years agoMerge pull request #10816 from owncloud/app-nav-submit
jbtbnl [Tue, 2 Sep 2014 18:13:34 +0000 (20:13 +0200)]
Merge pull request #10816 from owncloud/app-nav-submit

Also style submit buttons for navigation inputs

10 years agoMerge pull request #10697 from owncloud/fs-no-autosetup
Robin Appelman [Tue, 2 Sep 2014 18:01:34 +0000 (20:01 +0200)]
Merge pull request #10697 from owncloud/fs-no-autosetup

Don't automatically setup the filesystem the moment we load OC\Files\Filesystem

10 years agoAdded test for needUpgrade for core
Vincent Petry [Tue, 2 Sep 2014 15:28:05 +0000 (17:28 +0200)]
Added test for needUpgrade for core

10 years agoFix upgrade process when apps enabled for specific groups
Vincent Petry [Tue, 2 Sep 2014 12:30:46 +0000 (14:30 +0200)]
Fix upgrade process when apps enabled for specific groups

Fix issue where the currently logged user was causing side-effects when
upgrading.
Now setting incognito mode (no user) on update to make sure the whole
apps list is taken into account with getEnabledApps() or isEnabled().

10 years agoAlso setup the filesystem when matching routes
Robin Appelman [Thu, 28 Aug 2014 15:58:23 +0000 (17:58 +0200)]
Also setup the filesystem when matching routes

10 years agoRemove unneeded file initialization in encryption, already handled in a hook
Robin Appelman [Thu, 28 Aug 2014 15:00:35 +0000 (17:00 +0200)]
Remove unneeded file initialization in encryption, already handled in a hook

10 years agoDon't automatically setup the filesystem the moment we load OC\Files\FileSystem
Robin Appelman [Thu, 28 Aug 2014 14:59:56 +0000 (16:59 +0200)]
Don't automatically setup the filesystem the moment we load OC\Files\FileSystem

10 years agoMerge pull request #10807 from owncloud/acceptance-readme
Vincent Petry [Tue, 2 Sep 2014 09:57:16 +0000 (11:57 +0200)]
Merge pull request #10807 from owncloud/acceptance-readme

Fixed readme for acceptance tests

10 years agoalso style submit buttons
Bernhard Posselt [Tue, 2 Sep 2014 09:40:53 +0000 (11:40 +0200)]
also style submit buttons

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 2 Sep 2014 05:56:07 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoFixed readme for acceptance tests
Vincent Petry [Mon, 1 Sep 2014 20:57:54 +0000 (22:57 +0200)]
Fixed readme for acceptance tests

10 years agoMerge pull request #10733 from owncloud/acceptance_tests
felixboehm [Mon, 1 Sep 2014 17:38:23 +0000 (19:38 +0200)]
Merge pull request #10733 from owncloud/acceptance_tests

ownCloud acceptance tests

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 1 Sep 2014 05:59:19 +0000 (01:59 -0400)]
[tx-robot] updated from transifex

10 years agoadded missing User-Agents
cbhp [Sun, 31 Aug 2014 17:44:06 +0000 (19:44 +0200)]
added missing User-Agents

header "User-Agent" was missed

10 years agoMerge pull request #10779 from owncloud/ignore-po-files
felixboehm [Sun, 31 Aug 2014 16:06:14 +0000 (18:06 +0200)]
Merge pull request #10779 from owncloud/ignore-po-files

remove po files and ignore them in the future

10 years agoMerge pull request #10644 from owncloud/app-navigation-utils
Morris Jobke [Sun, 31 Aug 2014 15:51:01 +0000 (17:51 +0200)]
Merge pull request #10644 from owncloud/app-navigation-utils

Create boilerplate css code for navigation utilities, like delete and edit

10 years agoAdd app utilities - CSS menus for sidebar
Bernhard Posselt [Tue, 26 Aug 2014 17:18:15 +0000 (19:18 +0200)]
Add app utilities - CSS menus for sidebar

* has-menu, has-count
* use active for has-menu to show it
* use open for action popup to show up
* inactive buttons have less opacity
* borders for edit input
* use z-index for app content on mobile to prevent navigation items from sticking out

10 years agoMerge pull request #10778 from owncloud/eof-cron
Morris Jobke [Sun, 31 Aug 2014 14:35:03 +0000 (16:35 +0200)]
Merge pull request #10778 from owncloud/eof-cron

add proper End of Line character

10 years agoMerge pull request #10780 from owncloud/config-public
Morris Jobke [Sun, 31 Aug 2014 13:54:35 +0000 (15:54 +0200)]
Merge pull request #10780 from owncloud/config-public

Extend public config interface

10 years agoMerge pull request #10420 from owncloud/external-share-self-signed
Lukas Reschke [Sun, 31 Aug 2014 13:50:30 +0000 (15:50 +0200)]
Merge pull request #10420 from owncloud/external-share-self-signed

Make external shares work with imported self signed certificates

10 years agoExtend public config interface
Robin Appelman [Sun, 31 Aug 2014 13:27:36 +0000 (15:27 +0200)]
Extend public config interface

10 years agoUse correct 3rdparty
Lukas Reschke [Sun, 31 Aug 2014 13:27:15 +0000 (15:27 +0200)]
Use correct 3rdparty

10 years agoMerge branch 'master' into securityutils
Lukas Reschke [Sun, 31 Aug 2014 13:21:09 +0000 (15:21 +0200)]
Merge branch 'master' into securityutils

Conflicts:
lib/private/util.php

10 years agoremove po files and ignore them in the future
Thomas Müller [Sun, 31 Aug 2014 13:02:40 +0000 (15:02 +0200)]
remove po files and ignore them in the future

10 years agoadd proper End of Line character
Morris Jobke [Sun, 31 Aug 2014 12:21:46 +0000 (14:21 +0200)]
add proper End of Line character

10 years agoMerge pull request #10770 from owncloud/getUserFolder
Morris Jobke [Sun, 31 Aug 2014 11:26:32 +0000 (13:26 +0200)]
Merge pull request #10770 from owncloud/getUserFolder

update public interface for getUserFolder

10 years ago5.3 syntax...
Robin Appelman [Sun, 31 Aug 2014 11:16:28 +0000 (13:16 +0200)]
5.3 syntax...

10 years agoMerge pull request #10768 from owncloud/l10n-use-public
Lukas Reschke [Sun, 31 Aug 2014 09:58:59 +0000 (11:58 +0200)]
Merge pull request #10768 from owncloud/l10n-use-public

Use public api for getting l10n

10 years agoupdate public interface for getUserFolder
Morris Jobke [Sun, 31 Aug 2014 09:16:40 +0000 (11:16 +0200)]
update public interface for getUserFolder

10 years agoMerge pull request #10766 from owncloud/getUserFolder
Robin Appelman [Sun, 31 Aug 2014 09:07:37 +0000 (11:07 +0200)]
Merge pull request #10766 from owncloud/getUserFolder

Add optional user ID parameter for getUseFolder

10 years agoExplicitly set the timezones
Robin Appelman [Sun, 31 Aug 2014 09:06:18 +0000 (11:06 +0200)]
Explicitly set the timezones

10 years agoAdd test for expired certificate
Lukas Reschke [Wed, 27 Aug 2014 14:29:42 +0000 (16:29 +0200)]
Add test for expired certificate

Will only work after tomorrow

10 years agoAdd unit tests and fix rootcerts creation bug
Lukas Reschke [Wed, 27 Aug 2014 14:28:51 +0000 (16:28 +0200)]
Add unit tests and fix rootcerts creation bug

10 years agoCleanup routes
Robin Appelman [Thu, 21 Aug 2014 12:15:43 +0000 (14:15 +0200)]
Cleanup routes

10 years agocheck for blacklisted file certificate filenames
Robin Appelman [Thu, 21 Aug 2014 12:09:40 +0000 (14:09 +0200)]
check for blacklisted file certificate filenames

10 years agofix test
Robin Appelman [Tue, 19 Aug 2014 14:03:09 +0000 (16:03 +0200)]
fix test

10 years agoRename namespace
Robin Appelman [Mon, 18 Aug 2014 14:30:23 +0000 (16:30 +0200)]
Rename namespace

10 years agoCleanup certificate code
Robin Appelman [Mon, 18 Aug 2014 11:57:38 +0000 (13:57 +0200)]
Cleanup certificate code

10 years agomove certificate classes to their own namespace
Robin Appelman [Mon, 18 Aug 2014 11:43:25 +0000 (13:43 +0200)]
move certificate classes to their own namespace