]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoadd php-doc
Jörn Friedrich Dreyer [Mon, 12 Nov 2012 10:39:04 +0000 (11:39 +0100)]
add php-doc

11 years agoadd bmp support
Jörn Friedrich Dreyer [Tue, 6 Nov 2012 09:54:32 +0000 (10:54 +0100)]
add bmp support

11 years agoMerge pull request #371 from butonic/sql_and_error_log_fixes
blizzz [Mon, 12 Nov 2012 11:37:43 +0000 (03:37 -0800)]
Merge pull request #371 from butonic/sql_and_error_log_fixes

add missing sql backticks, check sharing for error and add log

11 years agoadd missing sql backticks, check sharing for error and add log
Jörn Friedrich Dreyer [Mon, 12 Nov 2012 11:04:46 +0000 (12:04 +0100)]
add missing sql backticks, check sharing for error and add log

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 11 Nov 2012 23:02:24 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #361 from owncloud/cruds_consts_2
Thomas Tanghus [Sun, 11 Nov 2012 22:31:50 +0000 (14:31 -0800)]
Merge pull request #361 from owncloud/cruds_consts_2

Implement "Move CRUDS permission consts to OC(P) namespace" take 2

11 years agoUpdate all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*
Thomas Tanghus [Sun, 11 Nov 2012 18:58:54 +0000 (19:58 +0100)]
Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*

11 years agoAdded CRUDS permissions to the OCP namespace. Implements issue #345
Thomas Tanghus [Sun, 11 Nov 2012 14:52:23 +0000 (15:52 +0100)]
Added CRUDS permissions to the OCP namespace. Implements issue #345

11 years agoMerge pull request #354 from michielbdejong/master
Thomas Müller [Sun, 11 Nov 2012 05:17:13 +0000 (21:17 -0800)]
Merge pull request #354 from michielbdejong/master

add /.well-known/host-meta.json to .htaccess (for /apps/unhosted_apps)

11 years agoadd /.well-known/host-meta.json to .htaccess
Michiel de Jong [Sun, 11 Nov 2012 02:00:28 +0000 (20:00 -0600)]
add /.well-known/host-meta.json to .htaccess

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 10 Nov 2012 23:02:42 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

11 years agoDisable loading apps before starting tests
Bart Visscher [Fri, 9 Nov 2012 16:49:06 +0000 (17:49 +0100)]
Disable loading apps before starting tests

The tests it self should load the app if needed

11 years agoMerge pull request #346 from diederikdehaas/patch-checkstyle-build1341
Thomas Müller [Sat, 10 Nov 2012 10:22:28 +0000 (02:22 -0800)]
Merge pull request #346 from diederikdehaas/patch-checkstyle-build1341

Patch checkstyle issues from jenkins build1341

11 years agoFixed new checkstyle issues in apps.php from build #1341.
Diederik de Haas [Sat, 10 Nov 2012 00:03:54 +0000 (01:03 +0100)]
Fixed new checkstyle issues in apps.php from build #1341.

11 years agoFixed new checkstyle issues in ocs.php from build #1341.
Diederik de Haas [Sat, 10 Nov 2012 00:02:47 +0000 (01:02 +0100)]
Fixed new checkstyle issues in ocs.php from build #1341.

11 years agoFixed new checkstyle issues in util.php from build #1341.
Diederik de Haas [Fri, 9 Nov 2012 23:58:03 +0000 (00:58 +0100)]
Fixed new checkstyle issues in util.php from build #1341.

11 years agoFixed new checkstyle issues in migrate.php from build #1341.
Diederik de Haas [Fri, 9 Nov 2012 23:53:28 +0000 (00:53 +0100)]
Fixed new checkstyle issues in migrate.php from build #1341.

11 years agoFixed new checkstyle issues in ftp.php from build #1341.
Diederik de Haas [Fri, 9 Nov 2012 23:46:50 +0000 (00:46 +0100)]
Fixed new checkstyle issues in ftp.php from build #1341.

11 years agoFixed new checkstyle issues in swift.php from build #1341.
Diederik de Haas [Fri, 9 Nov 2012 23:45:49 +0000 (00:45 +0100)]
Fixed new checkstyle issues in swift.php from build #1341.

11 years agoFixed new checkstyle issues from build #1341.
Diederik de Haas [Fri, 9 Nov 2012 23:40:32 +0000 (00:40 +0100)]
Fixed new checkstyle issues from build #1341.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 9 Nov 2012 23:02:29 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #340 from butonic/fix_quota_zero_cornercase
Thomas Müller [Fri, 9 Nov 2012 13:54:50 +0000 (05:54 -0800)]
Merge pull request #340 from butonic/fix_quota_zero_cornercase

fix quota off by one error

11 years agofix quota off by one error
Jörn Friedrich Dreyer [Fri, 9 Nov 2012 13:34:15 +0000 (14:34 +0100)]
fix quota off by one error

11 years agoMerge pull request #337 from seidler2547/master
Thomas Müller [Fri, 9 Nov 2012 13:31:22 +0000 (05:31 -0800)]
Merge pull request #337 from seidler2547/master

Fix problem with apache2+fcgid install, e.g. on Debian Squeeze

11 years agoFix WebDAV (and Android Client) not being able to authorize on Debian Squeeze + mod_f...
Stefan Seidel [Fri, 9 Nov 2012 12:30:07 +0000 (13:30 +0100)]
Fix WebDAV (and Android Client) not being able to authorize on Debian Squeeze + mod_fcgid installs.

11 years agoMerge pull request #330 from owncloud/check_connection
Thomas Müller [Fri, 9 Nov 2012 10:11:24 +0000 (02:11 -0800)]
Merge pull request #330 from owncloud/check_connection

add a check and a warning if the ownCloud server is not able to establis...

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 9 Nov 2012 09:07:45 +0000 (10:07 +0100)]
[tx-robot] updated from transifex

11 years agol10n support for user_webdavauth
Thomas Mueller [Fri, 9 Nov 2012 08:54:11 +0000 (09:54 +0100)]
l10n support for user_webdavauth

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 8 Nov 2012 23:03:49 +0000 (00:03 +0100)]
[tx-robot] updated from transifex

11 years agoFix delete link when new user is added
Brice Maron [Tue, 6 Nov 2012 22:02:46 +0000 (22:02 +0000)]
Fix delete link when new user is added

11 years agoadd a check and a warning if the ownClodu server is not able to establish http connec...
Frank Karlitschek [Thu, 8 Nov 2012 17:08:44 +0000 (18:08 +0100)]
add a check and a warning if the ownClodu server is not able to establish http connections to the internet. The reason is that users complained that external filesystem support, the update checker, downloading of new apps or the nowledgebase don´t work and don´t know why.

11 years agoMerge pull request #261 from owncloud/fix_opera_file_delete
Georg Ehrke [Thu, 8 Nov 2012 16:55:19 +0000 (08:55 -0800)]
Merge pull request #261 from owncloud/fix_opera_file_delete

fix file delete in opera - fixes #188

11 years agoMerge pull request #326 from owncloud/add_credits
Thomas Müller [Thu, 8 Nov 2012 13:50:09 +0000 (05:50 -0800)]
Merge pull request #326 from owncloud/add_credits

add credits to personal page too so that non admins can see what they run

11 years agoadd credits to personal page too so that non admins can see what they run.
Frank Karlitschek [Thu, 8 Nov 2012 13:12:49 +0000 (14:12 +0100)]
add credits to personal page too so that non admins can see what they run.

11 years agoMerge pull request #324 from owncloud/fix_image
Thomas Müller [Thu, 8 Nov 2012 12:44:14 +0000 (04:44 -0800)]
Merge pull request #324 from owncloud/fix_image

fix the broken image path on the apps page

11 years agofix the broken image path on the apps page
Frank Karlitschek [Thu, 8 Nov 2012 12:34:00 +0000 (13:34 +0100)]
fix the broken image path on the apps page

11 years agoMigration: Allow for no app data cases; handle file copying better
Tom Needham [Tue, 6 Nov 2012 23:49:25 +0000 (23:49 +0000)]
Migration: Allow for no app data cases; handle file copying better

11 years agoMigration: On import of user accounts only import folders in home dir, use OC_Helper...
Tom Needham [Tue, 6 Nov 2012 20:59:59 +0000 (20:59 +0000)]
Migration: On import of user accounts only import folders in home dir, use OC_Helper::copyr

Check files when copying recursivley

Remove obsolete method

Dont count '.' and '..' as directories when importing.

11 years agoCorrect more data vs attr to fix #189
Brice Maron [Wed, 7 Nov 2012 16:43:19 +0000 (16:43 +0000)]
Correct more data vs attr to fix #189

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 7 Nov 2012 23:03:43 +0000 (00:03 +0100)]
[tx-robot] updated from transifex

11 years agonormalize filepaths in OC_Files::getFileInfo
Robin Appelman [Wed, 7 Nov 2012 21:51:45 +0000 (22:51 +0100)]
normalize filepaths in OC_Files::getFileInfo

11 years agoRevert "fix blocking drag & drop upload of folders"
Robin Appelman [Wed, 7 Nov 2012 20:59:18 +0000 (21:59 +0100)]
Revert "fix blocking drag & drop upload of folders"

Fixes #150

This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203.

11 years agocheck if $path is a empty string
Björn Schießle [Wed, 7 Nov 2012 16:15:13 +0000 (17:15 +0100)]
check if $path is a empty string

11 years agoMerge pull request #307 from owncloud/etag-function-overwrite
icewind1991 [Wed, 7 Nov 2012 16:02:59 +0000 (08:02 -0800)]
Merge pull request #307 from owncloud/etag-function-overwrite

Allow apps to change the way etags are generated

11 years agobackport from approved patch in stable45:
Björn Schießle [Wed, 7 Nov 2012 15:53:56 +0000 (16:53 +0100)]
backport from approved patch in stable45:
make root the default parameter for getAbsolutePath()

11 years agoFix quoting problem in fs mount. give Big DB error at least in PG
Brice Maron [Tue, 6 Nov 2012 18:40:45 +0000 (18:40 +0000)]
Fix quoting problem in fs mount. give Big DB error at least in PG

11 years agoMerge pull request #303 from owncloud/fix_issue_95
Björn Schießle [Wed, 7 Nov 2012 13:48:28 +0000 (05:48 -0800)]
Merge pull request #303 from owncloud/fix_issue_95

urlencode file/dir to allow special characters in filename/path (issue #95)

11 years agoMerge pull request #306 from owncloud/crumb_drop_fix
Björn Schießle [Wed, 7 Nov 2012 13:46:18 +0000 (05:46 -0800)]
Merge pull request #306 from owncloud/crumb_drop_fix

extract the right file name for drag&drop.

11 years agoAllow changing the way etags are generated
Robin Appelman [Wed, 7 Nov 2012 13:21:34 +0000 (14:21 +0100)]
Allow changing the way etags are generated

11 years agoget the right file name for drag&drop. This was necessary after the switch to css...
Björn Schießle [Wed, 7 Nov 2012 13:10:10 +0000 (14:10 +0100)]
get the right file name for drag&drop. This was necessary after the switch to css to show/hide file actions, otherwise the actions where part of the extracted file name.

11 years agofix user specific mount configuration
Robin Appelman [Wed, 7 Nov 2012 13:05:45 +0000 (14:05 +0100)]
fix user specific mount configuration

11 years agoMerge pull request #289 from zimba12/master
Thomas Müller [Wed, 7 Nov 2012 11:43:59 +0000 (03:43 -0800)]
Merge pull request #289 from zimba12/master

Move function that relativizes dates from Files app to core

11 years agourlencode file/dir to allow special characters in filename/path (issue #95)
Björn Schießle [Wed, 7 Nov 2012 09:45:29 +0000 (10:45 +0100)]
urlencode file/dir to allow special characters in filename/path (issue #95)

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 6 Nov 2012 23:02:51 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #294 from owncloud/fix_ldap_typo_set_not_get_value
Lukas Reschke [Tue, 6 Nov 2012 20:41:11 +0000 (12:41 -0800)]
Merge pull request #294 from owncloud/fix_ldap_typo_set_not_get_value

LDAP: fix typo in config value handling.

11 years agoLDAP: fix typo in config value handling.
Arthur Schiwon [Tue, 6 Nov 2012 19:16:37 +0000 (20:16 +0100)]
LDAP: fix typo in config value handling.

11 years agoMoved relative_modified_date from file/js to core/js
Alessandro Cosentino [Tue, 6 Nov 2012 15:56:42 +0000 (10:56 -0500)]
Moved relative_modified_date from file/js to core/js

11 years agoMerge pull request #258 from wardragon/ldap_existence_check_no_refactor
blizzz [Tue, 6 Nov 2012 15:24:15 +0000 (07:24 -0800)]
Merge pull request #258 from wardragon/ldap_existence_check_no_refactor

LDAP: improved object existence check

11 years agoMerge pull request #273 from owncloud/fix_webdav_shared_91
blizzz [Tue, 6 Nov 2012 12:39:39 +0000 (04:39 -0800)]
Merge pull request #273 from owncloud/fix_webdav_shared_91

Return empty array if file does not exist inside Shared folder, fixes issue #91

11 years agoMerge pull request #281 from butonic/fix_human_filesize_column_header
Thomas Müller [Tue, 6 Nov 2012 10:22:09 +0000 (02:22 -0800)]
Merge pull request #281 from butonic/fix_human_filesize_column_header

fix human filesize column header

11 years agofix human filesize column header
Jörn Friedrich Dreyer [Tue, 6 Nov 2012 10:01:02 +0000 (11:01 +0100)]
fix human filesize column header

11 years agoMerge pull request #265 from owncloud/fix-button-img-cursor
Thomas Müller [Mon, 5 Nov 2012 23:15:56 +0000 (15:15 -0800)]
Merge pull request #265 from owncloud/fix-button-img-cursor

make images in buttons also show click-hand on hover

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 5 Nov 2012 23:01:40 +0000 (00:01 +0100)]
[tx-robot] updated from transifex

11 years agoReturn empty array if file does not exist inside Shared folder, fixes issue #91
Michael Gapczynski [Mon, 5 Nov 2012 22:54:23 +0000 (17:54 -0500)]
Return empty array if file does not exist inside Shared folder, fixes issue #91

11 years agoMerge pull request #267 from owncloud/improve_files_update
Thomas Müller [Mon, 5 Nov 2012 22:06:07 +0000 (14:06 -0800)]
Merge pull request #267 from owncloud/improve_files_update

Improve performance of files update (on larger setups)

11 years agoMerge pull request #269 from owncloud/fix_fe_mkdir_warning
Thomas Müller [Mon, 5 Nov 2012 21:48:17 +0000 (13:48 -0800)]
Merge pull request #269 from owncloud/fix_fe_mkdir_warning

Fix mkdir and opendir warnings when path does not exist

11 years agoMerge pull request #268 from owncloud/fixing_template_test
Lukas Reschke [Mon, 5 Nov 2012 20:46:25 +0000 (12:46 -0800)]
Merge pull request #268 from owncloud/fixing_template_test

Fixing failing template unit test

11 years agoFix mkdir and opendir warnings when path does not exist
Arthur Schiwon [Mon, 5 Nov 2012 20:37:59 +0000 (21:37 +0100)]
Fix mkdir and opendir warnings when path does not exist

11 years agofixes #266
Thomas Mueller [Mon, 5 Nov 2012 20:26:59 +0000 (21:26 +0100)]
fixes #266

11 years agoprepare SQL query only once, that's what prepared statements are for. Should improve...
Arthur Schiwon [Mon, 5 Nov 2012 19:47:26 +0000 (20:47 +0100)]
prepare SQL query only once, that's what prepared statements are for. Should improve upgrade time with larger setups

11 years agomake images in buttons also show click-hand on hover
Jan-Christoph Borchardt [Mon, 5 Nov 2012 18:54:48 +0000 (19:54 +0100)]
make images in buttons also show click-hand on hover

11 years agofix file delete in opera - fixes #188
Georg Ehrke [Mon, 5 Nov 2012 17:42:44 +0000 (18:42 +0100)]
fix file delete in opera - fixes #188

11 years agoReturn an empty array on succesful existence check
Lorenzo M. Catucci [Mon, 5 Nov 2012 16:35:09 +0000 (17:35 +0100)]
Return an empty array on succesful existence check

11 years agosupport string values ('true' and 'false') for configuring the secure parameter on...
Robin Appelman [Mon, 5 Nov 2012 15:39:03 +0000 (16:39 +0100)]
support string values ('true' and 'false') for configuring the secure parameter on external storage backends

fixes #78

11 years agoReturn true or false from readAttribute if $attr is empty
Lorenzo M. Catucci [Mon, 5 Nov 2012 14:38:49 +0000 (15:38 +0100)]
Return true or false from readAttribute if $attr is empty

This way, readAttribute can act as an existence checker.

11 years agoMerge pull request #245 from owncloud/fileactions
Thomas Müller [Mon, 5 Nov 2012 13:52:52 +0000 (05:52 -0800)]
Merge pull request #245 from owncloud/fileactions

some more reuse for fileactions

11 years agoMerge pull request #252 from owncloud/fix_user_webdavauth
Frank Karlitschek [Mon, 5 Nov 2012 13:38:06 +0000 (05:38 -0800)]
Merge pull request #252 from owncloud/fix_user_webdavauth

Fix user webdavauth

11 years agofix the webdavauth app
Frank Karlitschek [Mon, 5 Nov 2012 13:22:16 +0000 (14:22 +0100)]
fix the webdavauth app

11 years agoremove debug statements
Robin Appelman [Mon, 5 Nov 2012 12:52:02 +0000 (13:52 +0100)]
remove debug statements

11 years agofix the webdav user backend. still not completel working but a frist step
Frank Karlitschek [Mon, 5 Nov 2012 09:46:28 +0000 (10:46 +0100)]
fix the webdav user backend. still not completel working but a frist step

11 years agoMerge pull request #242 from fmms/checkstyle05
Thomas Müller [Mon, 5 Nov 2012 09:34:11 +0000 (01:34 -0800)]
Merge pull request #242 from fmms/checkstyle05

Checkstyle fixes

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 4 Nov 2012 23:03:41 +0000 (00:03 +0100)]
[tx-robot] updated from transifex

11 years agoadd a link to the contribution guidelines to make it easier for new people
Frank Karlitschek [Sun, 4 Nov 2012 22:40:37 +0000 (23:40 +0100)]
add a link to the contribution guidelines to make it easier for new people

11 years agoStyle: The last two spaces
Felix Moeller [Sun, 4 Nov 2012 21:57:40 +0000 (22:57 +0100)]
Style: The last two spaces

11 years agoStyle: Remove all the dangling white spaces
Felix Moeller [Sun, 4 Nov 2012 21:16:04 +0000 (22:16 +0100)]
Style: Remove all the dangling white spaces

11 years agothis line shouldn't be here
Robin Appelman [Sun, 4 Nov 2012 20:00:36 +0000 (21:00 +0100)]
this line shouldn't be here

11 years agosome more code reuse for fileactions
Robin Appelman [Sun, 4 Nov 2012 19:48:38 +0000 (20:48 +0100)]
some more code reuse for fileactions

also fixes an issue where some fileactions always worked on the last file in the list

11 years agoMerge pull request #200 from owncloud/ldap
Lukas Reschke [Sun, 4 Nov 2012 19:03:18 +0000 (11:03 -0800)]
Merge pull request #200 from owncloud/ldap

LDAP: clear the cache not only when TTL changes, but with every settings...

11 years agomerge from master
Arthur Schiwon [Sun, 4 Nov 2012 18:58:48 +0000 (19:58 +0100)]
merge from master

11 years agoStyle: Different line endings in one file are bad for sure
Felix Moeller [Sun, 4 Nov 2012 18:11:53 +0000 (19:11 +0100)]
Style: Different line endings in one file are bad for sure

I think Checkstyle did not find this occurence, however consistant line endings are preferred.
@DeepDiver can Checkstyle find this?

11 years agoCheckstyle: Fix the last two InvalidEOLChar
Felix Moeller [Sun, 4 Nov 2012 17:42:18 +0000 (18:42 +0100)]
Checkstyle: Fix the last two  InvalidEOLChar

11 years agoCheckstyle: Fix last six NewlineBeforeOpenBrace
Felix Moeller [Sun, 4 Nov 2012 17:36:16 +0000 (18:36 +0100)]
Checkstyle: Fix last six NewlineBeforeOpenBrace

11 years agoCheckstyle: fix the last NoSpaceAfterEquals
Felix Moeller [Sun, 4 Nov 2012 17:31:44 +0000 (18:31 +0100)]
Checkstyle: fix the last  NoSpaceAfterEquals

11 years agoCheckstyle: Fix the last 25 NoSpaceAfterComma
Felix Moeller [Sun, 4 Nov 2012 17:28:29 +0000 (18:28 +0100)]
Checkstyle: Fix the last 25 NoSpaceAfterComma

11 years agoCheckstyle: Fix the last two SpaceBeforeOpenBrace
Felix Moeller [Sun, 4 Nov 2012 17:18:03 +0000 (18:18 +0100)]
Checkstyle: Fix the last two SpaceBeforeOpenBrace

11 years agoMerge pull request #238 from fmms/checkstyle04
Thomas Müller [Sun, 4 Nov 2012 16:59:45 +0000 (08:59 -0800)]
Merge pull request #238 from fmms/checkstyle04

Checkstyle fixes

11 years agoMerge pull request #178 from owncloud/JustOneCSRFTokenPerSession
Lukas Reschke [Sun, 4 Nov 2012 13:54:02 +0000 (05:54 -0800)]
Merge pull request #178 from owncloud/JustOneCSRFTokenPerSession

Just one CSRF token per session

11 years agoRemove uneeded debug output
Lukas Reschke [Sun, 4 Nov 2012 13:26:41 +0000 (14:26 +0100)]
Remove uneeded debug output

11 years agoCheckstyle fixes: NoSpaceAfterComma
Felix Moeller [Sun, 4 Nov 2012 10:10:46 +0000 (11:10 +0100)]
Checkstyle fixes: NoSpaceAfterComma

11 years agoCheckstyle fixes for SpaceBeforeOpenBrace
Felix Moeller [Sun, 4 Nov 2012 09:46:32 +0000 (10:46 +0100)]
Checkstyle fixes for SpaceBeforeOpenBrace