]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoIE doesn't like class as keyword, add quotation marks
Björn Schießle [Tue, 11 Jun 2013 21:07:33 +0000 (23:07 +0200)]
IE doesn't like class as keyword, add quotation marks

11 years agoremove html entities since this seems to be a problem only on my system
Björn Schießle [Thu, 6 Jun 2013 12:19:09 +0000 (14:19 +0200)]
remove html entities since this seems to be a problem only on my system

11 years agofix var naming
Björn Schießle [Fri, 24 May 2013 08:21:48 +0000 (10:21 +0200)]
fix var naming

11 years agoremove debug output
Björn Schießle [Thu, 23 May 2013 14:16:17 +0000 (16:16 +0200)]
remove debug output

11 years agofix deletion of ssl root certificates
Björn Schießle [Thu, 23 May 2013 14:13:48 +0000 (16:13 +0200)]
fix deletion of ssl root certificates

11 years agoRUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead
Michael Gapczynski [Wed, 22 May 2013 19:02:11 +0000 (15:02 -0400)]
RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead

11 years agoHave the filecache updater testcase clean the filesystem properly
Robin Appelman [Thu, 25 Apr 2013 14:56:48 +0000 (16:56 +0200)]
Have the filecache updater testcase clean the filesystem properly

11 years agocleanup after people who don't test in ie
Jörn Friedrich Dreyer [Fri, 17 May 2013 10:47:32 +0000 (12:47 +0200)]
cleanup after people who don't test in ie

11 years agoSet storage id for openstack swift backend
Robin Appelman [Tue, 30 Apr 2013 22:24:34 +0000 (00:24 +0200)]
Set storage id for openstack swift backend

11 years agoInitialize collectionTypes variable as false
Michael Gapczynski [Mon, 8 Apr 2013 21:46:52 +0000 (17:46 -0400)]
Initialize collectionTypes variable as false

11 years agoonly connect share hooks if installation OC is installed
Florin Peter [Thu, 16 May 2013 23:20:02 +0000 (01:20 +0200)]
only connect share hooks if installation OC is installed

11 years agoAdd Compound property to avoid double escaping values.
Thomas Tanghus [Wed, 15 May 2013 16:56:54 +0000 (18:56 +0200)]
Add Compound property to avoid double escaping values.

11 years agoStringProperty unittest
Thomas Tanghus [Mon, 8 Apr 2013 20:54:30 +0000 (22:54 +0200)]
StringProperty unittest

11 years agoAdd OC\VObject\StringProperty. Partial fix for owncloud/apps#762
Thomas Tanghus [Mon, 8 Apr 2013 12:57:43 +0000 (14:57 +0200)]
Add OC\VObject\StringProperty. Partial fix for owncloud/apps#762

11 years agoMerge pull request #3355 from owncloud/filepicker_escape_names
Thomas Tanghus [Wed, 15 May 2013 12:08:58 +0000 (05:08 -0700)]
Merge pull request #3355 from owncloud/filepicker_escape_names

Escape file names and types in filepicker.

11 years agoEscape file names and types in filepicker.
Thomas Tanghus [Tue, 14 May 2013 23:31:53 +0000 (01:31 +0200)]
Escape file names and types in filepicker.

11 years agoMerge pull request #3350 from owncloud/fix_history_template
Björn Schießle [Tue, 14 May 2013 19:18:16 +0000 (12:18 -0700)]
Merge pull request #3350 from owncloud/fix_history_template

fix history template, print_unescaped() needs to include closing tags

11 years agofix history template, print_unescaped() needs to include closing tags
Björn Schießle [Tue, 14 May 2013 18:06:53 +0000 (20:06 +0200)]
fix history template, print_unescaped() needs to include closing tags

11 years agotouch() needs to be performed relative to user/files otherwise ownCloud doesn't execu...
Björn Schießle [Tue, 14 May 2013 09:34:40 +0000 (11:34 +0200)]
touch() needs to be performed relative to user/files otherwise ownCloud doesn't execute the hooks which means that etags aren't updated properly; backport of https://github.com/owncloud/core/pull/3303

11 years ago5.0.6 v5.0.6
Frank Karlitschek [Tue, 14 May 2013 06:14:24 +0000 (08:14 +0200)]
5.0.6

11 years agobackport https://github.com/owncloud/core/pull/3329
Frank Karlitschek [Mon, 13 May 2013 01:23:07 +0000 (03:23 +0200)]
backport https://github.com/owncloud/core/pull/3329

11 years agoAdd requesttoken to guest view
Lukas Reschke [Mon, 13 May 2013 12:23:56 +0000 (14:23 +0200)]
Add requesttoken to guest view

Should fix #3321

11 years ago5.0.6 RC2
Frank Karlitschek [Sun, 12 May 2013 21:59:31 +0000 (23:59 +0200)]
5.0.6 RC2

11 years agoMerge pull request #3290 from owncloud/config-data
Lukas Reschke [Sun, 12 May 2013 09:40:30 +0000 (02:40 -0700)]
Merge pull request #3290 from owncloud/config-data

Move config data to template

11 years agodon't emit rename hooks on partial file renames
Jörn Friedrich Dreyer [Fri, 10 May 2013 10:01:50 +0000 (12:01 +0200)]
don't emit rename hooks on partial file renames

11 years agorename isIgnoredFile to isPartialFile, remove check of blacklisted files in isPartial...
Jörn Friedrich Dreyer [Fri, 10 May 2013 10:00:13 +0000 (12:00 +0200)]
rename isIgnoredFile to isPartialFile, remove check of blacklisted files in isPartialFile, correct usage of isPartialFile and isFileBlacklisted

11 years agoMerge pull request #3282 from owncloud/fix_etag_update
Björn Schießle [Wed, 8 May 2013 20:58:24 +0000 (13:58 -0700)]
Merge pull request #3282 from owncloud/fix_etag_update

Fix etag update

11 years agodon't call correctFolder() in touchHook, it will be called later in the writeUpdate()
Björn Schießle [Wed, 8 May 2013 20:57:08 +0000 (22:57 +0200)]
don't call correctFolder() in touchHook, it will be called later in the writeUpdate()

11 years agoCache: only look for child entires when doing a move operation when moving a folder
Robin Appelman [Fri, 19 Apr 2013 13:03:59 +0000 (15:03 +0200)]
Cache: only look for child entires when doing a move operation when moving a folder

11 years agorename a file if it gets restored so that it no longer exists as a version. Otherwise...
Björn Schießle [Wed, 8 May 2013 14:32:29 +0000 (16:32 +0200)]
rename a file if it gets restored so that it no longer exists as a version. Otherwise it can happen that the expire() function removes all other versions so that we end up with only one version which is exactly the same as the original file

11 years agoupdate etag for for the touched file
Björn Schießle [Wed, 8 May 2013 13:49:45 +0000 (15:49 +0200)]
update etag for for the touched file

11 years agotouch file relative to users file folder, otherwise the hooks will be ignored
Björn Schießle [Wed, 8 May 2013 13:05:03 +0000 (15:05 +0200)]
touch file relative to users file folder, otherwise the hooks will be ignored

11 years agoMerge pull request #3141 from owncloud/fix_2553
Bart Visscher [Wed, 8 May 2013 12:05:21 +0000 (05:05 -0700)]
Merge pull request #3141 from owncloud/fix_2553

Cache: mount user mountpoints to make sure that $data/$user/ exists before accessi...

11 years agoMerge pull request #3244 from owncloud/allow_set_quota_to_zero
Morris Jobke [Tue, 7 May 2013 08:37:10 +0000 (01:37 -0700)]
Merge pull request #3244 from owncloud/allow_set_quota_to_zero

allow to set quota to zero, issue #2696

11 years agoallow to set quota to zero, issue #2696
Björn Schießle [Mon, 6 May 2013 09:43:50 +0000 (11:43 +0200)]
allow to set quota to zero, issue #2696

11 years agoMerge pull request #3143 from owncloud/ldap_guid_check
blizzz [Mon, 6 May 2013 08:16:32 +0000 (01:16 -0700)]
Merge pull request #3143 from owncloud/ldap_guid_check

LDAP: do not reset UUID attribute setting when guid is detected

11 years ago5.0.6 RC
Frank Karlitschek [Sun, 5 May 2013 21:35:20 +0000 (23:35 +0200)]
5.0.6 RC

11 years agoMerge pull request #3245 from owncloud/use-$view
Lukas Reschke [Mon, 6 May 2013 16:20:18 +0000 (09:20 -0700)]
Merge pull request #3245 from owncloud/use-$view

Use the internal ownCloud view

11 years agoFix #2816 renaming shared files
Michael Gapczynski [Thu, 2 May 2013 00:29:07 +0000 (20:29 -0400)]
Fix #2816 renaming shared files

11 years agoLDAP: cachekey in set method needs to match with that one from get
Arthur Schiwon [Fri, 3 May 2013 13:13:37 +0000 (15:13 +0200)]
LDAP: cachekey in set method needs to match with that one from get

11 years agorespect format output
Bernhard Posselt [Thu, 2 May 2013 12:51:53 +0000 (14:51 +0200)]
respect format output

11 years agologout before output to not run into header already sent problems
Bernhard Posselt [Thu, 2 May 2013 12:49:05 +0000 (14:49 +0200)]
logout before output to not run into header already sent problems

11 years agofix bug that would only return error responses for 3rdparty apps
Bernhard Posselt [Thu, 2 May 2013 12:36:16 +0000 (14:36 +0200)]
fix bug that would only return error responses for 3rdparty apps

11 years agoDont task external storages with creating their own root
Robin Appelman [Fri, 26 Apr 2013 15:40:31 +0000 (17:40 +0200)]
Dont task external storages with creating their own root

11 years agoLDAP: remove restriction from group names to be in line with core behaviour again
Arthur Schiwon [Fri, 3 May 2013 12:11:06 +0000 (14:11 +0200)]
LDAP: remove restriction from group names to be in line with core behaviour again

11 years agoMerge pull request #3197 from owncloud/fix_userlist
blizzz [Fri, 3 May 2013 11:48:51 +0000 (04:48 -0700)]
Merge pull request #3197 from owncloud/fix_userlist

Fix retrieval of users with multiple backends

11 years agoFix retrieval of users with multiple backends
Arthur Schiwon [Tue, 30 Apr 2013 17:51:28 +0000 (19:51 +0200)]
Fix retrieval of users with multiple backends

11 years agoIt's a class
Lukas Reschke [Sun, 28 Apr 2013 21:28:41 +0000 (23:28 +0200)]
It's a class

11 years agoRemove uneeded onclick handler
Lukas Reschke [Sun, 28 Apr 2013 21:26:07 +0000 (23:26 +0200)]
Remove uneeded onclick handler

11 years agoMove onclick handler
Lukas Reschke [Sun, 28 Apr 2013 21:25:58 +0000 (23:25 +0200)]
Move onclick handler

11 years agoFiles: Fix XSS when creating dropshadow
Robin Appelman [Mon, 22 Apr 2013 19:54:25 +0000 (21:54 +0200)]
Files: Fix XSS when creating dropshadow

11 years agoCorrect the api response when both a shipped app and/or a third party app fail
Tom Needham [Thu, 25 Apr 2013 00:08:11 +0000 (01:08 +0100)]
Correct the api response when both a shipped app and/or a third party app fail

11 years agoFix typo
Tom Needham [Sat, 27 Apr 2013 16:52:37 +0000 (17:52 +0100)]
Fix typo

11 years agoCode style for ocs/routes.php
Tom Needham [Sat, 27 Apr 2013 16:51:36 +0000 (17:51 +0100)]
Code style for ocs/routes.php

11 years agoChange app identifier for core api routes
Tom Needham [Sat, 27 Apr 2013 16:45:44 +0000 (17:45 +0100)]
Change app identifier for core api routes

11 years agoUse correct variable when checking auth
Tom Needham [Sat, 27 Apr 2013 16:45:23 +0000 (17:45 +0100)]
Use correct variable when checking auth

11 years agoCache Test: set datadir to temporary location, otherwise initmountpoints will access...
Arthur Schiwon [Fri, 26 Apr 2013 20:14:38 +0000 (22:14 +0200)]
Cache Test: set datadir to temporary location, otherwise initmountpoints will access to productive location

11 years agoLDAP: do not reset UUID attribute setting when guid is detected
Arthur Schiwon [Fri, 26 Apr 2013 13:02:05 +0000 (15:02 +0200)]
LDAP: do not reset UUID attribute setting when guid is detected

11 years agoCache: mount user mountpoints to make sure that // exists before accessing it. Fixes...
Arthur Schiwon [Fri, 26 Apr 2013 11:20:12 +0000 (13:20 +0200)]
Cache: mount user mountpoints to make sure that // exists before accessing it. Fixes #2553 and #2374

11 years agomodify password clone to password type right on submit to prevent the browser remind...
Morris Jobke [Fri, 19 Apr 2013 08:06:18 +0000 (10:06 +0200)]
modify password clone to password type right on submit to prevent the browser remind the content

11 years agoturn off autocompletion for password field
Morris Jobke [Sun, 7 Apr 2013 19:51:10 +0000 (21:51 +0200)]
turn off autocompletion for password field

refs #2632

11 years agoMerge pull request #3115 from owncloud/backport-3109-stable5-2
Morris Jobke [Thu, 25 Apr 2013 08:51:38 +0000 (01:51 -0700)]
Merge pull request #3115 from owncloud/backport-3109-stable5-2

backport #3109 to stable5 - changed *.po and *.pot have been ignored

11 years agobackport #3109 to stable5 - changed *.po and *.pot have been ignored
Jenkins for ownCloud [Wed, 24 Apr 2013 16:31:36 +0000 (18:31 +0200)]
backport #3109 to stable5 - changed *.po and *.pot have been ignored

11 years agoFiles: fix the order fileactions are computed for a file
Robin Appelman [Wed, 24 Apr 2013 13:26:36 +0000 (15:26 +0200)]
Files: fix the order fileactions are computed for a file

11 years agofix wrong shared icon description
Morris Jobke [Wed, 24 Apr 2013 14:13:17 +0000 (16:13 +0200)]
fix wrong shared icon description

fix #2928

translation of string "Shared" has to be marked as located in "files" for the translation extractor

11 years agoAllow loading of external media ressources
Lukas Reschke [Wed, 24 Apr 2013 14:45:51 +0000 (16:45 +0200)]
Allow loading of external media ressources

11 years ago- xframe restriction configurable now
Florian Scholz [Wed, 24 Apr 2013 12:45:40 +0000 (14:45 +0200)]
- xframe restriction configurable now

11 years agoMerge pull request #3100 from owncloud/ensure_index_php
Daniel Molkentin [Wed, 24 Apr 2013 14:14:33 +0000 (07:14 -0700)]
Merge pull request #3100 from owncloud/ensure_index_php

Fix for #3049(cherry picked from commit ff6fb0906b2442b06f7bbac43d178dc919e4c4df)

11 years agouse variable instead of relative path to file
Bernhard Posselt [Wed, 24 Apr 2013 12:17:52 +0000 (14:17 +0200)]
use  variable instead of relative path to file

11 years agocheck if there is a default/ folder in the theme directory if no theme exists
Bernhard Posselt [Wed, 24 Apr 2013 11:45:40 +0000 (13:45 +0200)]
check if there is a default/ folder in the theme directory if no theme exists

11 years agoDisallow URLs containing a @
Lukas Reschke [Mon, 22 Apr 2013 21:26:40 +0000 (00:26 +0300)]
Disallow URLs containing a @

11 years agoFiles: also check if the source path is valid when doing a rename or copy operation
Robin Appelman [Mon, 22 Apr 2013 19:23:12 +0000 (21:23 +0200)]
Files: also check if the source path is valid when doing a rename or copy operation

11 years agoLDAP: reset user/group-config association only after exists-check, may performance...
Arthur Schiwon [Mon, 22 Apr 2013 23:00:27 +0000 (01:00 +0200)]
LDAP: reset user/group-config association only after exists-check, may performance in some cases

11 years agoMerge pull request #3076 from owncloud/manually_backport_insertIfNotExist
Thomas Tanghus [Mon, 22 Apr 2013 20:48:55 +0000 (13:48 -0700)]
Merge pull request #3076 from owncloud/manually_backport_insertIfNotExist

Backport #2567 OC_DB:insertIfNotExist()

11 years agoBackport #2567
Thomas Tanghus [Mon, 22 Apr 2013 19:12:30 +0000 (21:12 +0200)]
Backport #2567

11 years agoremove unnecessary border from navigation, looked strange with scrollbar and pushed...
Jan-Christoph Borchardt [Wed, 17 Apr 2013 15:36:30 +0000 (17:36 +0200)]
remove unnecessary border from navigation, looked strange with scrollbar and pushed the text over 1px

11 years agomake textarea inherit ownCloud font instead of using monospace
Jan-Christoph Borchardt [Wed, 17 Apr 2013 14:30:42 +0000 (16:30 +0200)]
make textarea inherit ownCloud font instead of using monospace

11 years agoNo need to strip slashes, json_decode handles that for us
Bart Visscher [Fri, 19 Apr 2013 11:45:40 +0000 (13:45 +0200)]
No need to strip slashes, json_decode handles that for us

11 years ago5.0.5 v5.0.5
Frank Karlitschek [Wed, 10 Apr 2013 00:14:16 +0000 (02:14 +0200)]
5.0.5

11 years agoapply navigation hover effect directly to img and span, cleaner code
Jan-Christoph Borchardt [Wed, 17 Apr 2013 15:23:12 +0000 (17:23 +0200)]
apply navigation hover effect directly to img and span, cleaner code

11 years agoWarn when we do an upgrade
Brice Maron [Wed, 17 Apr 2013 19:29:14 +0000 (21:29 +0200)]
Warn when we do an upgrade

11 years agoadditional comments
Jan-Christoph Borchardt [Sun, 14 Apr 2013 17:30:16 +0000 (19:30 +0200)]
additional comments

11 years agofix navigation hover effect, documentation
Jan-Christoph Borchardt [Sun, 14 Apr 2013 17:25:46 +0000 (19:25 +0200)]
fix navigation hover effect, documentation

11 years agoRemove not null constraint. Fix #2976
Thomas Tanghus [Wed, 17 Apr 2013 17:18:17 +0000 (19:18 +0200)]
Remove not null constraint. Fix #2976

11 years agoMerge pull request #2967 from Mirodin/patch-6
Thomas Müller [Wed, 17 Apr 2013 09:29:34 +0000 (02:29 -0700)]
Merge pull request #2967 from Mirodin/patch-6

Update de_DE.php

11 years agoMerge pull request #2965 from Mirodin/patch-5
Thomas Müller [Wed, 17 Apr 2013 09:29:02 +0000 (02:29 -0700)]
Merge pull request #2965 from Mirodin/patch-5

Update de.php

11 years agoUpdate de_DE.php
Mirodin [Wed, 17 Apr 2013 08:54:56 +0000 (11:54 +0300)]
Update de_DE.php

11 years agoUpdate de.php
Mirodin [Wed, 17 Apr 2013 08:53:17 +0000 (11:53 +0300)]
Update de.php

Fixed a translation issue

11 years agoMerge pull request #2960 from owncloud/always_load_file_cache_hooks_first_stable5
Bart Visscher [Wed, 17 Apr 2013 07:32:45 +0000 (00:32 -0700)]
Merge pull request #2960 from owncloud/always_load_file_cache_hooks_first_stable5

always connect file cache updater hooks first

11 years agoalways connect file cache updater hooks first
Jörn Friedrich Dreyer [Tue, 16 Apr 2013 11:07:55 +0000 (13:07 +0200)]
always connect file cache updater hooks first

11 years agoMerge pull request #2945 from owncloud/improved_quota_calc
Frank Karlitschek [Wed, 17 Apr 2013 02:55:32 +0000 (19:55 -0700)]
Merge pull request #2945 from owncloud/improved_quota_calc

Improved free space calculation for trash and versions

11 years agoadapt free space calculation to the way it is done for the trash bin
Björn Schießle [Tue, 16 Apr 2013 11:52:46 +0000 (13:52 +0200)]
adapt free space calculation to the way it is done for the trash bin

11 years agoimproved free space calculation if no quota is set, discussed in #2936
Björn Schießle [Tue, 16 Apr 2013 11:51:53 +0000 (13:51 +0200)]
improved free space calculation if no quota is set, discussed in #2936

11 years agoalso show black background on links that are active, fixes the news app that doesnt...
Bernhard Posselt [Mon, 15 Apr 2013 18:29:45 +0000 (20:29 +0200)]
also show black background on links that are active, fixes the news app that doesnt show the bg for folders correctly

11 years agoMerge pull request #2931 from owncloud/info_message_trash_bin
Jan-Christoph Borchardt [Mon, 15 Apr 2013 18:16:43 +0000 (11:16 -0700)]
Merge pull request #2931 from owncloud/info_message_trash_bin

write a info message to the log if a file gets removed from the trash bin automatically

11 years agoadd explenation of the expire function to the apps description
Björn Schießle [Mon, 15 Apr 2013 09:42:50 +0000 (11:42 +0200)]
add explenation of the expire function to the apps description

11 years agowrite a info message to the log if a file gets removed from the trash bin automatically
Björn Schießle [Mon, 15 Apr 2013 08:34:38 +0000 (10:34 +0200)]
write a info message to the log if a file gets removed from the trash bin automatically

11 years agoallow Storages to join MountPoint initialization
Arthur Schiwon [Fri, 12 Apr 2013 22:33:21 +0000 (00:33 +0200)]
allow Storages to join MountPoint initialization

11 years agoadd .disabled class so it can be used for simple a buttons as well
Jan-Christoph Borchardt [Fri, 12 Apr 2013 17:18:11 +0000 (19:18 +0200)]
add .disabled class so it can be used for simple a buttons as well

11 years agoAdd span tag while enabling or disbling apps as well.
raghunayyar [Fri, 12 Apr 2013 12:45:59 +0000 (18:15 +0530)]
Add span tag while enabling or disbling apps as well.