]>
source.dussan.org Git - nextcloud-server.git/log
Arthur Schiwon [Wed, 14 Nov 2012 11:59:36 +0000 (12:59 +0100)]
coding style
Arthur Schiwon [Wed, 14 Nov 2012 11:53:36 +0000 (12:53 +0100)]
Fix remote.php CSS+JS garbish on some systems
Jenkins for ownCloud [Wed, 14 Nov 2012 23:03:50 +0000 (00:03 +0100)]
[tx-robot] updated from transifex
Bernhard Posselt [Wed, 14 Nov 2012 22:09:15 +0000 (23:09 +0100)]
Revert "Prevent ajax race conditions when using routes by offering a callback that is run after the the routes have finished loading"
This reverts commit
9b8375cf2c328cfcb66dae8283cfcacdaeb242c2 .
Bernhard Posselt [Wed, 14 Nov 2012 21:37:21 +0000 (22:37 +0100)]
Prevent ajax race conditions when using routes by offering a callback that is run after the the routes have finished loading
Lukas Reschke [Wed, 14 Nov 2012 18:53:00 +0000 (10:53 -0800)]
Merge pull request #271 from owncloud/239_webdav_999_files
fixes #239 - query the database in chunks of 200
Thomas Müller [Wed, 14 Nov 2012 13:36:04 +0000 (05:36 -0800)]
Merge pull request #402 from zimba12/master
Uncomment hours entries in relative date functions
Thomas Müller [Wed, 14 Nov 2012 10:17:21 +0000 (11:17 +0100)]
Fixing syntax error - closes #406
Thomas Müller [Wed, 14 Nov 2012 10:10:31 +0000 (11:10 +0100)]
Fixing syntax error - closes #406
Alessandro Cosentino [Wed, 14 Nov 2012 00:32:26 +0000 (19:32 -0500)]
fix translation issues with previous commit
Alessandro Cosentino [Wed, 14 Nov 2012 00:18:26 +0000 (19:18 -0500)]
uncomment hours entries in relative date functions
Thomas Tanghus [Tue, 13 Nov 2012 23:40:46 +0000 (15:40 -0800)]
Merge pull request #41 from owncloud/vcategories_db
OC_VCategories - this time actually usable ;)
Jenkins for ownCloud [Tue, 13 Nov 2012 23:03:38 +0000 (00:03 +0100)]
[tx-robot] updated from transifex
Thomas Tanghus [Tue, 13 Nov 2012 11:11:18 +0000 (12:11 +0100)]
Bump version to trigger update.
Thomas Tanghus [Tue, 13 Nov 2012 11:10:49 +0000 (12:10 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db
Bart Visscher [Tue, 13 Nov 2012 07:54:19 +0000 (08:54 +0100)]
Use util function to protect datadirectory in setup
Jenkins for ownCloud [Mon, 12 Nov 2012 23:07:19 +0000 (00:07 +0100)]
[tx-robot] updated from transifex
icewind1991 [Mon, 12 Nov 2012 22:57:06 +0000 (14:57 -0800)]
Merge pull request #319 from owncloud/fileactions_newfile
Add fileactions to new files and folders
Thomas Tanghus [Mon, 12 Nov 2012 22:36:59 +0000 (23:36 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db
Thomas Tanghus [Mon, 12 Nov 2012 22:35:42 +0000 (23:35 +0100)]
Don't use indexes in test data as postgres complains over duplicate keys.
Thomas Tanghus [Mon, 12 Nov 2012 22:34:02 +0000 (23:34 +0100)]
Change insertIfNotExist() for sqlite. Not fast, but more reliable than previous attempt.
Bart Visscher [Mon, 12 Nov 2012 21:23:31 +0000 (13:23 -0800)]
Merge pull request #157 from owncloud/setup
Make lib/setup.php usable outside of install setup
Brice Maron [Wed, 7 Nov 2012 23:34:38 +0000 (23:34 +0000)]
Fix deleting multiple user w-o reloading V2
Thomas Tanghus [Mon, 12 Nov 2012 17:45:56 +0000 (18:45 +0100)]
Correct SQL syntax.
Arthur Schiwon [Thu, 8 Nov 2012 22:01:28 +0000 (23:01 +0100)]
LDAP: cherrypick objectGUID handling from stable45, was part of PR 344
Lukas Reschke [Mon, 12 Nov 2012 14:36:51 +0000 (06:36 -0800)]
Merge pull request #368 from butonic/i18n_of_cancel_button
add i18n for close button in the max upload size reached dialog
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
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
Jörn Friedrich Dreyer [Mon, 12 Nov 2012 09:49:40 +0000 (10:49 +0100)]
add i18n for cancel button
Thomas Tanghus [Sun, 11 Nov 2012 23:37:40 +0000 (00:37 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db
Jenkins for ownCloud [Sun, 11 Nov 2012 23:02:24 +0000 (00:02 +0100)]
[tx-robot] updated from transifex
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
Thomas Tanghus [Sun, 11 Nov 2012 18:58:54 +0000 (19:58 +0100)]
Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*
Thomas Tanghus [Sun, 11 Nov 2012 14:52:23 +0000 (15:52 +0100)]
Added CRUDS permissions to the OCP namespace. Implements issue #345
Thomas Tanghus [Sun, 11 Nov 2012 19:20:09 +0000 (20:20 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db
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)
Michiel de Jong [Sun, 11 Nov 2012 02:00:28 +0000 (20:00 -0600)]
add /.well-known/host-meta.json to .htaccess
Jenkins for ownCloud [Sat, 10 Nov 2012 23:02:42 +0000 (00:02 +0100)]
[tx-robot] updated from transifex
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
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
Diederik de Haas [Sat, 10 Nov 2012 00:03:54 +0000 (01:03 +0100)]
Fixed new checkstyle issues in apps.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.
Diederik de Haas [Fri, 9 Nov 2012 23:58:03 +0000 (00:58 +0100)]
Fixed new checkstyle issues in util.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.
Diederik de Haas [Fri, 9 Nov 2012 23:46:50 +0000 (00:46 +0100)]
Fixed new checkstyle issues in ftp.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.
Diederik de Haas [Fri, 9 Nov 2012 23:40:32 +0000 (00:40 +0100)]
Fixed new checkstyle issues from build #1341.
Jenkins for ownCloud [Fri, 9 Nov 2012 23:02:29 +0000 (00:02 +0100)]
[tx-robot] updated from transifex
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
Jörn Friedrich Dreyer [Fri, 9 Nov 2012 13:34:15 +0000 (14:34 +0100)]
fix quota off by one error
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
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.
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...
Jenkins for ownCloud [Fri, 9 Nov 2012 09:07:45 +0000 (10:07 +0100)]
[tx-robot] updated from transifex
Thomas Mueller [Fri, 9 Nov 2012 08:54:11 +0000 (09:54 +0100)]
l10n support for user_webdavauth
Jenkins for ownCloud [Thu, 8 Nov 2012 23:03:49 +0000 (00:03 +0100)]
[tx-robot] updated from transifex
Brice Maron [Tue, 6 Nov 2012 22:02:46 +0000 (22:02 +0000)]
Fix delete link when new user is added
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.
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
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
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.
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
Frank Karlitschek [Thu, 8 Nov 2012 12:34:00 +0000 (13:34 +0100)]
fix the broken image path on the apps page
Tom Needham [Tue, 6 Nov 2012 23:49:25 +0000 (23:49 +0000)]
Migration: Allow for no app data cases; handle file copying better
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.
Brice Maron [Wed, 7 Nov 2012 16:43:19 +0000 (16:43 +0000)]
Correct more data vs attr to fix #189
Jenkins for ownCloud [Wed, 7 Nov 2012 23:03:43 +0000 (00:03 +0100)]
[tx-robot] updated from transifex
Robin Appelman [Wed, 7 Nov 2012 21:51:45 +0000 (22:51 +0100)]
normalize filepaths in OC_Files::getFileInfo
Robin Appelman [Wed, 7 Nov 2012 21:13:07 +0000 (22:13 +0100)]
add actions to newly created files and folders
closes #231
Robin Appelman [Wed, 7 Nov 2012 21:06:05 +0000 (22:06 +0100)]
reuse jquery object when adding files to the file list
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 .
Björn Schießle [Wed, 7 Nov 2012 16:15:13 +0000 (17:15 +0100)]
check if $path is a empty string
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
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()
Thomas Tanghus [Wed, 7 Nov 2012 14:33:21 +0000 (15:33 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db
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
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)
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.
Robin Appelman [Wed, 7 Nov 2012 13:21:34 +0000 (14:21 +0100)]
Allow changing the way etags are generated
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.
Robin Appelman [Wed, 7 Nov 2012 13:05:45 +0000 (14:05 +0100)]
fix user specific mount configuration
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
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)
Jenkins for ownCloud [Tue, 6 Nov 2012 23:02:51 +0000 (00:02 +0100)]
[tx-robot] updated from transifex
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.
Arthur Schiwon [Tue, 6 Nov 2012 19:16:37 +0000 (20:16 +0100)]
LDAP: fix typo in config value handling.
Alessandro Cosentino [Tue, 6 Nov 2012 15:56:42 +0000 (10:56 -0500)]
Moved relative_modified_date from file/js to core/js
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
Thomas Mueller [Tue, 6 Nov 2012 12:55:30 +0000 (13:55 +0100)]
adding comments to explain what's going on here
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
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
Jörn Friedrich Dreyer [Tue, 6 Nov 2012 10:01:02 +0000 (11:01 +0100)]
fix human filesize column header
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
Thomas Tanghus [Mon, 5 Nov 2012 23:10:45 +0000 (00:10 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db
Jenkins for ownCloud [Mon, 5 Nov 2012 23:01:40 +0000 (00:01 +0100)]
[tx-robot] updated from transifex
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
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)
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
Thomas Mueller [Mon, 5 Nov 2012 21:42:03 +0000 (22:42 +0100)]
fixes #329: query the database in chunks of 200
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