]>
source.dussan.org Git - nextcloud-server.git/log
Bart Visscher [Tue, 16 Jul 2013 20:42:09 +0000 (22:42 +0200)]
Display the exception error backtrace preformatted
Bart Visscher [Tue, 16 Jul 2013 20:37:32 +0000 (22:37 +0200)]
Early errors (in base.php) don't have session available
Bart Visscher [Tue, 16 Jul 2013 20:36:39 +0000 (22:36 +0200)]
Cleanup error generation in base.php
Bart Visscher [Tue, 16 Jul 2013 20:32:04 +0000 (22:32 +0200)]
Use autoloader for Patchwork/PHP/Shim/Normalizer
Thomas Müller [Tue, 16 Jul 2013 09:29:58 +0000 (02:29 -0700)]
Merge pull request #4075 from owncloud/markdown-readme-master
Markdown readme master
VicDeo [Tue, 16 Jul 2013 08:23:16 +0000 (01:23 -0700)]
Merge pull request #4076 from owncloud/fix_typos_kondou
Fix some typos
Jan-Christoph Borchardt [Tue, 16 Jul 2013 07:50:06 +0000 (09:50 +0200)]
update 'get in touch' links
Jenkins for ownCloud [Tue, 16 Jul 2013 06:06:21 +0000 (02:06 -0400)]
[tx-robot] updated from transifex
kondou [Tue, 16 Jul 2013 03:56:52 +0000 (05:56 +0200)]
Fix some typos
Thomas Müller [Mon, 15 Jul 2013 21:58:51 +0000 (23:58 +0200)]
initial markdown verions of README
Thomas Müller [Mon, 15 Jul 2013 21:46:28 +0000 (23:46 +0200)]
rename README
Bart Visscher [Mon, 15 Jul 2013 16:23:37 +0000 (09:23 -0700)]
Merge pull request #3962 from owncloud/move-error-handlers
Move error handlers from OC_Log to OC\Log\ErrorHandler
Jenkins for ownCloud [Mon, 15 Jul 2013 00:34:45 +0000 (02:34 +0200)]
[tx-robot] updated from transifex
Thomas Müller [Sun, 14 Jul 2013 21:56:45 +0000 (14:56 -0700)]
Merge pull request #3487 from owncloud/basic_auth_hack
Basic Auth is broken - again...
Jan-Christoph Borchardt [Sun, 14 Jul 2013 17:52:43 +0000 (10:52 -0700)]
Merge pull request #4061 from rolandgeider/master
Use transifex.com on link to translations
rolandgeider [Sun, 14 Jul 2013 09:54:39 +0000 (11:54 +0200)]
Use transifex.com on link to translations
Jenkins for ownCloud [Sun, 14 Jul 2013 00:10:41 +0000 (02:10 +0200)]
[tx-robot] updated from transifex
Frank Karlitschek [Sat, 13 Jul 2013 11:31:55 +0000 (13:31 +0200)]
Removed the preview warning. This is only a simple text change
Jenkins for ownCloud [Sat, 13 Jul 2013 00:07:35 +0000 (02:07 +0200)]
[tx-robot] updated from transifex
Kondou [Fri, 12 Jul 2013 10:45:45 +0000 (03:45 -0700)]
Merge pull request #4037 from owncloud/add_new_file_above_summary
add new file above summary if it is the first file in the list
Björn Schießle [Fri, 28 Jun 2013 18:31:33 +0000 (20:31 +0200)]
fix array access and change variable names according to the coding style
Björn Schießle [Fri, 28 Jun 2013 15:13:14 +0000 (17:13 +0200)]
continue cleaning-up old versions if availableSpace=0. It's not necessary but gives us some additional free space, especially in the case of a hard quota
Björn Schießle [Fri, 28 Jun 2013 15:06:02 +0000 (17:06 +0200)]
fix some var names according to our style guide
Björn Schießle [Thu, 27 Jun 2013 12:22:01 +0000 (14:22 +0200)]
adjust comments
Björn Schießle [Thu, 27 Jun 2013 08:49:13 +0000 (10:49 +0200)]
fix typo in comment
Björn Schießle [Wed, 26 Jun 2013 14:28:23 +0000 (16:28 +0200)]
also expire versions on rename, to update the history more regularly
Björn Schießle [Wed, 26 Jun 2013 14:24:46 +0000 (16:24 +0200)]
it is enough to call the expire function once
Björn Schießle [Tue, 25 Jun 2013 07:39:01 +0000 (09:39 +0200)]
call expire function before writing the new version to make sure to have enough free space
Björn Schießle [Fri, 12 Jul 2013 08:40:24 +0000 (10:40 +0200)]
add new file above summary if it is the first file in the list
icewind1991 [Fri, 12 Jul 2013 01:21:08 +0000 (18:21 -0700)]
Merge pull request #3270 from owncloud/convert-oc_config
Convert OC_Config to object so it can be used for DI
Jenkins for ownCloud [Fri, 12 Jul 2013 00:12:25 +0000 (02:12 +0200)]
[tx-robot] updated from transifex
Jörn Friedrich Dreyer [Thu, 11 Jul 2013 10:33:47 +0000 (03:33 -0700)]
Merge pull request #4015 from owncloud/fixing-4005-master
EventSource and update fixes [master]
Jenkins for ownCloud [Thu, 11 Jul 2013 00:26:22 +0000 (02:26 +0200)]
[tx-robot] updated from transifex
Thomas Müller [Wed, 10 Jul 2013 22:00:01 +0000 (00:00 +0200)]
- eventsource.php: in case of potential CSRF attack we send an error message from the EventSource to the browser
- eventsource.js: handle undefined data on event
- update.js: in case of error we close the event source - advise the user to reload the page
- update.php: EventSource initialization is now done before we enter the maintenance mode in order to allow browser reload in case of possible CSRF attack
icewind1991 [Wed, 10 Jul 2013 17:38:28 +0000 (10:38 -0700)]
Merge pull request #3978 from owncloud/forwarding-emitter
add forwarding emitter for agregating multiple emitters
Morris Jobke [Wed, 10 Jul 2013 16:08:01 +0000 (09:08 -0700)]
Merge pull request #3985 from owncloud/cookie-past2
apply @LukasReschke's cookie changes, hopefully finally fix #854
Jan-Christoph Borchardt [Wed, 10 Jul 2013 15:42:05 +0000 (08:42 -0700)]
Merge pull request #3990 from owncloud/size-mb
add MB indicator to size heading, fix #3987
Morris Jobke [Wed, 10 Jul 2013 11:55:21 +0000 (04:55 -0700)]
Merge pull request #4002 from owncloud/use_OC_in_settings_js
[settings] Use OC instead of oc to show alert at an error.
Jan-Christoph Borchardt [Tue, 9 Jul 2013 16:29:26 +0000 (18:29 +0200)]
add MB indicator to size heading, fix #3987
Morris Jobke [Wed, 10 Jul 2013 11:36:37 +0000 (04:36 -0700)]
Merge pull request #4003 from owncloud/use_close_png_instead_of_delete_png_for_dialogs
Use close.png instead of delete.png for closing dialogs
Arthur Schiwon [Fri, 21 Jun 2013 21:58:44 +0000 (23:58 +0200)]
LDAP: even better check for emptiness, fixes #3815
Jörn Friedrich Dreyer [Wed, 10 Jul 2013 08:02:52 +0000 (01:02 -0700)]
Merge pull request #3994 from owncloud/fix_oracle_setup
General setup fixes for Oracle
kondou [Wed, 10 Jul 2013 02:39:22 +0000 (04:39 +0200)]
Close.png instead of delete.png for close dialogs
kondou [Wed, 10 Jul 2013 02:28:54 +0000 (04:28 +0200)]
Use OC instead of oc to show alert at an error.
Related to #4001
Jenkins for ownCloud [Wed, 10 Jul 2013 00:20:59 +0000 (02:20 +0200)]
[tx-robot] updated from transifex
Victor Dubiniuk [Tue, 9 Jul 2013 21:49:05 +0000 (00:49 +0300)]
General fixes
mvn23 [Tue, 9 Jul 2013 15:21:07 +0000 (08:21 -0700)]
Merge pull request #3787 from mvn23/patch-1
Thanks @bartv2 and @bantu, merged and closed.
VicDeo [Tue, 9 Jul 2013 15:13:50 +0000 (08:13 -0700)]
Merge pull request #3943 from owncloud/encode_uri_component
Add path encoding to public API.
Thomas Tanghus [Tue, 9 Jul 2013 14:46:35 +0000 (16:46 +0200)]
Set path in cookie.
Victor Dubiniuk [Fri, 5 Jul 2013 12:02:41 +0000 (15:02 +0300)]
Add unit test
Victor Dubiniuk [Thu, 4 Jul 2013 16:41:42 +0000 (19:41 +0300)]
Encode current trashbin directory
Victor Dubiniuk [Thu, 4 Jul 2013 16:23:31 +0000 (19:23 +0300)]
Migrate to encodePath
Victor Dubiniuk [Thu, 4 Jul 2013 16:21:49 +0000 (19:21 +0300)]
Implement encodePath
Jan-Christoph Borchardt [Tue, 9 Jul 2013 13:00:36 +0000 (15:00 +0200)]
apply @LukasReschke's cookie changes, hopefully finally fix #854
Jörn Friedrich Dreyer [Tue, 9 Jul 2013 12:40:16 +0000 (05:40 -0700)]
Merge pull request #3980 from owncloud/try-permissions-hook-again
Add update permissions hook to sharing
Jörn Friedrich Dreyer [Tue, 9 Jul 2013 12:29:18 +0000 (05:29 -0700)]
Merge pull request #3920 from owncloud/Fixing_search_ie8
[ie8] Fix lazy CSS loading and missing borders in search dropdown
Jenkins for ownCloud [Tue, 9 Jul 2013 00:12:22 +0000 (02:12 +0200)]
[tx-robot] updated from transifex
Michael Gapczynski [Mon, 8 Jul 2013 21:28:18 +0000 (17:28 -0400)]
Only emit permissions hook for files and and include path
Thomas Müller [Mon, 8 Jul 2013 20:44:12 +0000 (13:44 -0700)]
Merge pull request #3977 from owncloud/enable_oracle_in_autotests
enable oracle testing by default
icewind1991 [Mon, 8 Jul 2013 19:38:39 +0000 (12:38 -0700)]
Merge pull request #3963 from owncloud/update-logic-split
Move the upgrade logic to \OC\Updater
Robin Appelman [Mon, 8 Jul 2013 19:13:23 +0000 (21:13 +0200)]
fix typo
Jörn Friedrich Dreyer [Mon, 8 Jul 2013 16:32:10 +0000 (09:32 -0700)]
Merge pull request #3979 from owncloud/permissions-hook
Add update permissions hook to sharing
Bart Visscher [Mon, 8 Jul 2013 16:29:43 +0000 (18:29 +0200)]
stupid namespace
Bart Visscher [Mon, 8 Jul 2013 16:26:11 +0000 (18:26 +0200)]
Check if logger is set, also no need to return true
Bart Visscher [Mon, 8 Jul 2013 16:01:32 +0000 (18:01 +0200)]
Add constructor documentation
Jörn Friedrich Dreyer [Mon, 8 Jul 2013 16:01:20 +0000 (18:01 +0200)]
requires fixes in 3rdparty mdb2
Bart Visscher [Mon, 8 Jul 2013 15:59:50 +0000 (17:59 +0200)]
Merge branch 'master' into convert-oc_config
Conflicts:
lib/config.php
Michael Gapczynski [Mon, 8 Jul 2013 15:40:10 +0000 (11:40 -0400)]
Add update permissions hook to sharing
Robin Appelman [Mon, 8 Jul 2013 14:54:26 +0000 (16:54 +0200)]
forward previously registerd hooks
Robin Appelman [Mon, 8 Jul 2013 14:45:19 +0000 (16:45 +0200)]
add forwarding emitter for agregating multiple emitters
Jörn Friedrich Dreyer [Mon, 8 Jul 2013 14:42:19 +0000 (16:42 +0200)]
enable oracle testing by default
Thomas Müller [Mon, 8 Jul 2013 14:17:45 +0000 (07:17 -0700)]
Merge pull request #3954 from owncloud/update_insertifnotexist_and_test
fix insertIfNotExist return value, update doc and corresponding test
Jan-Christoph Borchardt [Mon, 8 Jul 2013 13:56:29 +0000 (06:56 -0700)]
Merge pull request #3757 from owncloud/icon-cleanup
Icon cleanup
Thomas Müller [Mon, 8 Jul 2013 09:27:21 +0000 (02:27 -0700)]
Merge pull request #3946 from owncloud/fixing-3942-master
handle anonymous upload to reshared folder
Björn Schießle [Mon, 8 Jul 2013 08:07:57 +0000 (10:07 +0200)]
Merge https://github.com/owncloud/core/pull/3827
Squashed commit of the following:
commit
eed4b49cebcbcc252a75ed85097730b73213b0da
Author: Björn Schießle <schiessle@owncloud.com>
Date: Mon Jul 8 10:03:23 2013 +0200
initialize OC_Defaults only once
commit
bf6f07ccc8fb87535a069ca341789a590cb187ee
Author: Björn Schießle <schiessle@owncloud.com>
Date: Mon Jul 8 10:02:48 2013 +0200
link to doc in error messages
commit
ea61ee60e06ee98f2671aec1fdaff666c50f47c2
Merge:
e41af3d 3c1308f
Author: Björn Schießle <schiessle@owncloud.com>
Date: Thu Jul 4 11:10:56 2013 +0200
Merge branch 'master' into better-messages
commit
e41af3d7bad26aa5ca9ab21ec7dcbadd3cfe5d4f
Author: Björn Schießle <schiessle@owncloud.com>
Date: Thu Jul 4 11:10:41 2013 +0200
move to non-static defaults.php
commit
9e4258b1905244bdf34943a825421f041cbed43d
Author: Björn Schießle <schiessle@owncloud.com>
Date: Tue Jul 2 10:32:13 2013 +0200
no sprintf here, lets t() handle it
commit
fe1df349e248667a137f70d78b04225e5b42a111
Merge:
d8f6859 cb5811b
Author: Björn Schießle <schiessle@owncloud.com>
Date: Mon Jul 1 11:13:38 2013 +0200
Merge branch 'master' into better-messages
commit
d8f68595df2dc0e0917d916cbde511ec5333010b
Author: Björn Schießle <schiessle@owncloud.com>
Date: Mon Jul 1 11:10:57 2013 +0200
use document base url from defaults.php
commit
6c5403748a45717125a2aa375550f05646317d72
Merge:
bea6b1c 7b0e3e6
Author: Björn Schießle <schiessle@owncloud.com>
Date: Mon Jul 1 11:00:15 2013 +0200
Merge branch 'master' into better-messages
commit
bea6b1c8a0968846065b9153e0a3f46a4e3245ee
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon Jun 24 16:21:12 2013 +0200
link to docs in WebDAV message, ref #3791
commit
3119b364a1094769e711283d1ce9014505f64ab9
Author: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon Jun 24 16:10:21 2013 +0200
link to docs in error messages, fix #3819
Jenkins for ownCloud [Mon, 8 Jul 2013 00:09:41 +0000 (02:09 +0200)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 7 Jul 2013 00:06:06 +0000 (02:06 +0200)]
[tx-robot] updated from transifex
Robin Appelman [Sat, 6 Jul 2013 15:05:38 +0000 (17:05 +0200)]
Updater: pass update url as argument to update check
Robin Appelman [Sat, 6 Jul 2013 15:00:00 +0000 (17:00 +0200)]
split upgrade logic from ajax file
Jenkins for ownCloud [Sat, 6 Jul 2013 00:08:38 +0000 (02:08 +0200)]
[tx-robot] updated from transifex
Thomas Müller [Fri, 5 Jul 2013 22:11:42 +0000 (00:11 +0200)]
fixing check if public share is a folder or not
Thomas Müller [Fri, 5 Jul 2013 22:04:01 +0000 (00:04 +0200)]
removing unused getSharedItem()
Thomas Müller [Fri, 5 Jul 2013 22:02:11 +0000 (00:02 +0200)]
Merge branch 'master' into fixing-3942-master
Conflicts:
apps/files/ajax/upload.php
Thomas Müller [Fri, 5 Jul 2013 21:43:47 +0000 (14:43 -0700)]
Merge pull request #3951 from owncloud/fixing-3936-master
get the real physical folder name for anonymous upload
Bart Visscher [Fri, 5 Jul 2013 17:28:10 +0000 (19:28 +0200)]
Move error handlers from OC_Log to OC\Log\ErrorHandler
Thomas Müller [Fri, 5 Jul 2013 17:11:58 +0000 (10:11 -0700)]
Merge pull request #3955 from owncloud/cache-scanner-test
Scanner test: ensure mtime in the cache is the same as on the storage to...
Thomas Müller [Fri, 5 Jul 2013 15:45:12 +0000 (08:45 -0700)]
Merge pull request #3958 from owncloud/fixing-3933-master
adding tipsy to the upload button showing the max upload and restoring c...
Thomas Müller [Fri, 5 Jul 2013 15:39:41 +0000 (17:39 +0200)]
on reshares we now recursively move to the root of all reshares - therefore some code has been refactured and added as a new public function
Bart Visscher [Fri, 5 Jul 2013 15:21:45 +0000 (08:21 -0700)]
Merge pull request #3948 from owncloud/fixing-3934-master
no anonymous upload on files only folders
Thomas Müller [Fri, 5 Jul 2013 14:38:04 +0000 (07:38 -0700)]
Merge pull request #3957 from owncloud/config-glob-fail
OC_Config: handle failure of glob('*.config.php')
Björn Schießle [Fri, 5 Jul 2013 14:05:05 +0000 (16:05 +0200)]
remove wrong closing bracket
Björn Schießle [Fri, 5 Jul 2013 12:58:33 +0000 (14:58 +0200)]
added helper function to escape glob pattern
Conflicts:
apps/files_encryption/lib/helper.php
Björn Schießle [Tue, 25 Jun 2013 16:03:05 +0000 (18:03 +0200)]
fix getUidAndFilename() test
Björn Schießle [Tue, 25 Jun 2013 15:46:04 +0000 (17:46 +0200)]
only check for external mount points if the external storage app is enabled
Björn Schießle [Tue, 25 Jun 2013 15:17:41 +0000 (17:17 +0200)]
make trash bin aware of system wide mounts with respect to encryption keys
Björn Schießle [Tue, 25 Jun 2013 14:50:10 +0000 (16:50 +0200)]
only escape glob pattern
Björn Schießle [Tue, 25 Jun 2013 14:41:51 +0000 (16:41 +0200)]
del share keys from correct location
Björn Schießle [Tue, 25 Jun 2013 14:41:24 +0000 (16:41 +0200)]
always return normalized path
Björn Schießle [Tue, 25 Jun 2013 14:03:03 +0000 (16:03 +0200)]
delete file keys from the correct location
Björn Schießle [Tue, 25 Jun 2013 12:42:49 +0000 (14:42 +0200)]
handle rename correctly for system wide mounts