https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
2fb1ed8 7.0.3 RC3 06 November 2014, 13:45:41 UTC
9255da9 check if the provided password is really the current log-in password 06 November 2014, 13:35:48 UTC
4c46a2f Merge pull request #11964 from canepan/patch-1 Fixed a typo in translation 06 November 2014, 08:49:30 UTC
6d7a5bf fix typo in content type 05 November 2014, 13:35:11 UTC
8d87a2c Support HTML in logo claim 05 November 2014, 12:55:15 UTC
42197e2 Merge pull request #11944 from owncloud/stable7backportl10n backport some strings to stable7 05 November 2014, 12:50:19 UTC
61c8029 adjust strings - fixed #11930 05 November 2014, 12:44:30 UTC
b6334a2 Fixed a typo in translation 05 November 2014, 10:51:37 UTC
acc547c Merge pull request #11950 from owncloud/stable7-s2s-fixcertcheckwhennocertfile [stable7] Check for cert bundle existence before using it 04 November 2014, 19:52:41 UTC
b509fdb Store curl error message directly 04 November 2014, 19:06:17 UTC
3f35822 Check for cert bundle existence before using it 04 November 2014, 15:49:25 UTC
d531662 backport some strings to stable7 04 November 2014, 13:36:44 UTC
8339aea Only rescan trash folder when checking deleted versions This fix prevents the file scanner to rescan the WHOLE storage and reset the etags by mistake. Backport of 97a51c46eddf4c1e8c691eea96dd762425ce17ca from master 04 November 2014, 13:17:32 UTC
f718e88 fix config.sample.php linebreak 04 November 2014, 08:23:56 UTC
38783b1 Capitalize Checks in admin page 03 November 2014, 14:46:40 UTC
56fade9 add driver options to config samples 03 November 2014, 13:22:57 UTC
70e6828 allow passing driver options, fixes #11718 03 November 2014, 13:22:27 UTC
840f548 don't move versions if only the mount point was renamed 03 November 2014, 12:32:19 UTC
920e991 Fix typo 03 November 2014, 12:31:58 UTC
67c3ab9 get the source path and owner in a pre hook and the target path and owner in a post hook 03 November 2014, 12:31:45 UTC
3bc748d Merge pull request #11614 from owncloud/fix_files_external_s3_storage_id_migration fix files_external storage id migration 31 October 2014, 09:22:20 UTC
aeb9e17 on xp'ed mode and switching configurations: save raw mode instead of toggling filter mode in tabs since their status is unknown and dealt with by the Wizard. Fixes #11848 Backport of 8a48b088ed22f23f961da3c0eb9591989f8cc98a from master 31 October 2014, 07:39:36 UTC
1025c30 Fix stupid copy paste fail ... 30 October 2014, 15:09:52 UTC
4aae60a update 3rdparty to match it's stable7 branch 30 October 2014, 12:44:43 UTC
05a15a9 Merge pull request #11865 from owncloud/stable7-fix-enc-sharingtests Properly register sharing hooks and proxies 30 October 2014, 12:39:45 UTC
43e0143 Properly register sharing hooks and proxies This will fix failing tests when shares weren't cleant up on delete due to missing hooks. Added login for user1 in setUp(). 30 October 2014, 11:17:02 UTC
2261db6 fix style of generated documentation 29 October 2014, 19:39:18 UTC
496b62f test files external amazon s3 storage id migration 27 October 2014, 12:01:48 UTC
b5ab3d7 fix files_external storage id migration 27 October 2014, 12:01:36 UTC
321a631 7.0.3RC1 23 October 2014, 19:26:04 UTC
a1ded6e Added encryption test when moving file as non-owner 29 October 2014, 15:11:15 UTC
68dd41a Fix warning with unset extension check 29 October 2014, 15:11:11 UTC
0d02aa7 Fix moving share keys as non-owner to subdir This fix gathers the share keys BEFORE a file is moved to make sure that findShareKeys() is able to find all relevant keys when the file still exists. After the move/copy operation the keys are moved/copied to the target dir. Also: refactored preRename and preCopy into a single function to avoid duplicate code. 29 October 2014, 15:11:06 UTC
77a533a Close session for search Make search non-blocking. 29 October 2014, 14:29:35 UTC
84e942f Close session for avatar get This somehow blocked the "Users" UI for me when having a lot of users. - Shouldn't hurt here. 29 October 2014, 14:08:01 UTC
96c092c Show login again instead of JSON if CSRF check fails Previously a JSON error page was shown to the user in-case the CSRF token was not valid. This was confusing and prevented people from login. With this at least the login page is shown again and not a JSON error message. I consider this as sufficient since adding a new error page just for this sake would uneededly make lib/base.php even more cluttered and this is a edge-case which optimally should anyways not happen that often. This can be tested by opening the login page, then clearing the cookies, and trying to login. 29 October 2014, 13:38:24 UTC
ec3f92e Merge pull request #11802 from owncloud/backport-10958 Backport #10958 28 October 2014, 13:23:58 UTC
15e357f Merge pull request #11800 from owncloud/backport-MakeSupportedDBsConfigurable Make supported DBs configurable within config.php 28 October 2014, 09:05:32 UTC
3ba1441 Properly catch 503 storage not available in getQuotaInfo When doing a PROPFIND on the root and one of the mount points is not available, the returned quota attributes will now be zero. This fix prevents the expected exception to make the whole call fail. Backport of 21d825ed6c11425d36a143f8ed63f1e3852d0aeb from master 28 October 2014, 08:53:24 UTC
9c24dbb Introduce cross-db ILIKE adding ILIKE to AdapterSQLSrv add test case for ILIKE with wildcard Make sqlite LIKE case sensitive on default Implement ILIKE for sqlite Use ILIKE in cache search Fix ILIKE without wildcards for oracle 27 October 2014, 22:00:49 UTC
9b908c3 Make supported DBs configurable within config.php This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases". Conflicts: lib/private/util.php 27 October 2014, 21:27:57 UTC
dbfe5ef Make files non executable There is not much sense in having these files marked executable, we should avoid that. 24 October 2014, 12:16:37 UTC
a3c3358 Merge pull request #11719 from owncloud/stable7-fix-s3-regression [stable7] Fix S3 connection regression 23 October 2014, 10:36:35 UTC
6a8c417 Fix S3 connection 22 October 2014, 19:48:22 UTC
3399930 Backport of #11702 set up FS by username, not login name\! better variable name 22 October 2014, 15:58:09 UTC
09d80ac Lazy initialize external storages Backport of 075e8d8e8658913e1c5b8869f3e457fa6db2d847 from master 22 October 2014, 12:50:22 UTC
6995b96 guess mimetype on touch Conflicts: apps/files_external/lib/amazons3.php 22 October 2014, 10:35:59 UTC
5624968 Merge pull request #11691 from owncloud/fix_pub_link_creation fix target creation for public links 22 October 2014, 09:06:12 UTC
a5d6e6e if it is not a folder share the path already points to the correct file 21 October 2014, 14:20:28 UTC
098b4e9 always use the correct share type 21 October 2014, 14:19:54 UTC
d0b3fe2 Merge pull request #11673 from owncloud/backport-11593 Backport #11593 20 October 2014, 18:09:27 UTC
3e02e79 Add proper setup and teardown Properly restore REQUEST_URI and SCRIPT_NAME after test runs 20 October 2014, 17:15:50 UTC
841998b Add "$_SERVER['REQUEST_URI']" to fix the unit tests Let's hope that works 20 October 2014, 17:15:45 UTC
ff93c58 Refer to relative path instead of absolute path There is no need to refer to the absolute path here if we can use the relative one. Conflicts: lib/private/templatelayout.php Conflicts: lib/private/templatelayout.php 20 October 2014, 17:15:23 UTC
7ffe80c Add unit tests for convertToRelativePath 20 October 2014, 17:09:47 UTC
86daab2 backport of #11494 fix retrievel of group members and cache group members fix changed variable name with several backends, more than limit can be returned make performance less bad. Still far from good, but at least it works add one simple cache test adjust group manager tests 17 October 2014, 22:17:43 UTC
174ab07 backport of #9104 Update manager.php add caching to getUserGroupIds Update manager.php added description and blank lines in getUserGroupIds Update manager.php defined $uid in getUserGroupIds Update manager.php Update manager.php Update manager.php clean up function getUserGroupIds clean up of function getUserGroupIds and improved caching mechanism of cachedUserGroupIds modified caching mechanism in getUserGroupIds removed cachedUserGroupIds, instead changed indexing in getUserGroups to groupId adapted tests for a groupId indexed group array 17 October 2014, 19:14:01 UTC
9998861 Encapsulate require_once to avoid name space bleedind The script required by require_once might use variable names like $app which will conflict with the code that follows. This fix encapsulates require_once into its own function to avoid such issues. 17 October 2014, 13:03:53 UTC
5b6ba39 fixing usage of EncryptionException 17 October 2014, 12:18:46 UTC
fb9c2b5 Merge pull request #11610 from owncloud/fix-svg-s7 Fix SVG icons 17 October 2014, 10:02:03 UTC
a93e424 set password field placeholder back if passward was disabled 17 October 2014, 09:34:26 UTC
d27db8c fix the RST syntax of config.sample.php 17 October 2014, 08:13:37 UTC
0c6a58a Merge pull request #11550 from owncloud/fix_flickering_users fix flickering users in files external 17 October 2014, 07:50:06 UTC
d2b766d read config.sample.php options and whitespace fixes 16 October 2014, 22:37:02 UTC
da10518 commented out instanceid and passwordsalt 16 October 2014, 22:36:53 UTC
9ed35a3 some small tweaks 16 October 2014, 22:36:49 UTC
c8c182b small corrections to config.sample.php 16 October 2014, 22:36:38 UTC
f2dadc7 Add a try catch block This function might also be called before ownCloud is setup which results in a PHP fatal error. We therefore should gracefully catch errors in there. 16 October 2014, 20:28:12 UTC
ada93ba backport of #11478 add checkbox for experienced users to server tab must be empty not auto sets user filters to raw mode when marking user as experienced Objectlasses, Groups and Attributes are now loaded only in assisted mode and only once user and group counts are only upated on demand in experienced mode confirmation before switching to assisted mode when admin is experienced rename internal var name to avoid collision more beautiful white spaces smaller corrections to make scruitinizer happier, no effective changes bump version fix triggering of group update counts. improves the basic code which is also responsible for user counts. i did not find regressions, please doublecheck remove debug output coding style, no effective code changes always abort running ajax request when the method is fired up again show a spinner next to test filter button when the test is running show Spinner when stuff is being saved show busy cursor and lock tabs on save instead of dis/enabling tabs on save, cancel tab change. avoids noisy ui remove debug output rephrase xp'ed user mode label left-align checkbox on server tab 16 October 2014, 14:24:04 UTC
b3acb2a Merge pull request #10732 from owncloud/make_skeleton_compatible_with_objectstore_minimal_stable7 make skeleton compatible with objectstore 16 October 2014, 14:05:56 UTC
af72528 include the apps' versions hash to invalidate the cached assets 16 October 2014, 13:55:33 UTC
5f69b20 Add app version to JS and CSS This leads to the regeneration of the hash in case a single application is updated. Fixes https://github.com/owncloud/core/issues/11374 16 October 2014, 13:55:27 UTC
6e3a7ea strip whitespace from the beginning and end of the display name to avoid empty display names 16 October 2014, 12:55:07 UTC
38c817c Merge pull request #11613 from owncloud/external-share-self-signed-stable7 [stable7] Use certificate bundle from files_external for external shares 16 October 2014, 12:33:32 UTC
61873e4 throw exception in writeBack, the returned boolean is checked nowhere 16 October 2014, 12:10:28 UTC
6d4d540 make tests compatible with hook based skeleton generation 16 October 2014, 12:10:28 UTC
92d069a make skeleton compatible with objectstore suspend encryption proxy when copying skeleton 16 October 2014, 12:10:15 UTC
d010166 Use certificate bundle from files_external for external shares 16 October 2014, 11:42:42 UTC
73a5e38 Remove insane comment 16 October 2014, 10:40:09 UTC
6d81789 Fix SVG icons FIXME: Ugly hack to prevent SVG of being returned if the SVG provider is not enabled. This is required because the preview system is designed in a bad way and relies on opt-in with asterisks (i.e. image/*) which will lead to the fact that a SVG will also match the image provider. Conflicts: lib/private/preview.php 16 October 2014, 10:31:40 UTC
e1e501b 7.0.3 RC1 16 October 2014, 06:26:55 UTC
f53ecea Add darwin to if block Otherwise it would fall into the 'win' else block because strpos($os, 'win') does also match 'darwin' what is the `php_uname` for OS X. 15 October 2014, 20:26:03 UTC
15b39a6 Merge pull request #11520 from owncloud/make-trash-objectstore-compatible make trashbin compatible with objectstore 15 October 2014, 20:24:59 UTC
508ef23 Use `rawurlencode` since this seems to be expected by cURL Fixes https://github.com/owncloud/core/pull/11501#issuecomment-58794405 Conflicts: tests/lib/largefilehelpergetfilesize.php 15 October 2014, 18:00:51 UTC
ff8d755 Merge pull request #11567 from owncloud/cache-updater-refactor-stable7 [stable7] Refactor cache updater to work outside of the users home 15 October 2014, 15:00:01 UTC
9159598 Adding test helper to test private methods 15 October 2014, 12:43:09 UTC
361d689 Allow specifying protocol in ext storage OC config Allow specifying a protocol in the host field when mounting another ownCloud instance. Note that this was already possible with the WebDAV config but this bug made it inconsistent. 15 October 2014, 12:17:49 UTC
149b55f Use body element when animating scroll in public page In the public page the scroll container is the window instead of a div. The $(window) object doesn't support animating the scroll property, so the $('body') element is used instead. Backport of 704ffaa6a37730f02a3359e8e8f0a0070f0e0d31 from master 15 October 2014, 08:53:25 UTC
e7a46ed Merge pull request #11408 from owncloud/refactor-mailsettings-controller Refactor MailSettings controller 14 October 2014, 13:34:13 UTC
ad06cd4 Remove explicit propagate calls 14 October 2014, 12:38:31 UTC
f03142f remove unstable test 14 October 2014, 12:38:25 UTC
0497136 Update cache before post hooks 14 October 2014, 12:38:11 UTC
c7f26fa Fix warning in homecache 14 October 2014, 12:37:37 UTC
ad6e281 Fix unit test 14 October 2014, 12:37:31 UTC
595d43a Improve unit tests for Cache\Updater 14 October 2014, 12:37:22 UTC
45738b6 Refactor Cache\Updater to work outside of the users home 14 October 2014, 12:37:10 UTC
ba33fd6 Set overwritemailurl* configs on setup Correctly use overwritemailurl value when generating absolute urls in CLI Fix #11500 Rename the config to *cli Add overwrite.cli.url to the sample config Revert separator fix, fixes unit test Backport of 0407bc097895355b90bc722e8b58afb27a40d538 from master 14 October 2014, 07:20:23 UTC
19585f9 fixing typos 14 October 2014, 02:49:29 UTC
da150af Close session when loading apps Otherwise the session is blocked while all remote apps are loaded. This can be very annoying especially when apps.owncloud.com is down or not reachable. 13 October 2014, 16:00:38 UTC
496b68e fix flickering users 13 October 2014, 15:51:38 UTC
back to top