https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
2dabc64 5.0.19 16 February 2015, 04:05:06 UTC
2add5f7 Normalize before processing 06 February 2015, 14:49:16 UTC
f22d8b5 5.0.19 RC1 06 February 2015, 01:49:23 UTC
50e025b 5.0.18 07 November 2014, 19:28:34 UTC
eea9629 logging changes 07 November 2014, 17:49:24 UTC
3ee491b Merge pull request #11249 from owncloud/backport-11032-stable5 Do only follow HTTP and HTTPS redirects 22 October 2014, 10:53:00 UTC
039603e Merge pull request #11244 from owncloud/jenkins-stable5 Fixing Jenkins execution for stable5 23 September 2014, 10:24:48 UTC
cd6de9b Do only follow HTTP and HTTPS redirects Backport of #11032 to stable5 23 September 2014, 10:15:43 UTC
10af54f create the user 'admin' before running the tests 23 September 2014, 08:34:17 UTC
2b45a67 Fixing Jenkins execution for stable5 22 September 2014, 07:13:51 UTC
2e0fbba Merge pull request #11164 from owncloud/tar-tests-stable5 Also skip tar tests on stable 5 when running php >=5.5 18 September 2014, 22:08:41 UTC
68bd43f Also skip tar tests on stable 5 when running php >=5.5 18 September 2014, 15:53:10 UTC
62d78c9 Merge pull request #10316 from owncloud/clarify-use-case clearify the use-case of this app 10 August 2014, 21:11:13 UTC
38a01ca clearify the use-case of this app Backport of 8a24e1e to stable5 09 August 2014, 21:01:48 UTC
b52ed24 Merge pull request #9229 from owncloud/fix_search_on_oracle_stable5 replace % in pattern with .* and surround with ^$ to get a real regex pattern 28 June 2014, 09:26:04 UTC
94e9efe replace % in pattern with .* and surround with ^$ to get a real regex pattern 26 June 2014, 15:57:35 UTC
9758c10 5.0.17 24 June 2014, 14:43:43 UTC
7625528 5.0.17 beta 1 17 June 2014, 06:50:13 UTC
beee69b Add deprecation notice to load* functions This functions are deprecated and/or removed since ownCloud 7. Additionally a issubdirectory check has been added here to prevent developers to use this function in a potentially insecure way. Backport of https://github.com/owncloud/core/pull/9033 16 June 2014, 18:28:46 UTC
d8a4e7a keep long file names in one line to not overflow download button on mobile 06 June 2014, 13:38:16 UTC
13fb2af add max-width to directLink input to prevent overflow 06 June 2014, 13:37:29 UTC
ea801dd Merge pull request #8306 from owncloud/case_insensitive_search_oracle_stable5 Case insensitive search oracle stable5 03 June 2014, 16:11:56 UTC
5dc3b1d 5.0.16 29 April 2014, 01:05:27 UTC
4df0130 Clarify the trusted_domain error page Backport of https://github.com/owncloud/core/pull/8372 27 April 2014, 16:35:42 UTC
321daca Add another example to the trusted_domains config Users often ask in IRC or the forum how to add another domain. Hopefully they will be able to find it out on their own if we have an example with two domains. 26 April 2014, 21:14:21 UTC
8897948 Merge pull request #8366 from owncloud/stable5-external-storage-css-fix fix layout of external storage config table 26 April 2014, 08:34:23 UTC
0737b91 fix layout of external storage config table Conflicts: apps/files_external/css/settings.css 25 April 2014, 22:54:05 UTC
e08490c Use JS as content-type due to mimesniffing 25 April 2014, 14:48:33 UTC
e2ab602 5.0.16 RC1 23 April 2014, 14:51:55 UTC
c6a8efe Merge pull request #8298 from owncloud/backport_6290_to_stable5 Backport #6290 to stable5 23 April 2014, 13:58:36 UTC
5327b30 Check whether the user has permissions to add personal storage backends Quick’n dirty back port of #8182 - master has a better fix but that should be good enough… missing return - OCP\JSON::success does not terminate the PHP process - which is good ;-) Use error instead of success Revert "Use error instead of success" This reverts commit e2d5535a5aa436c3896e46f0b9e8ff1bd5640d4d. Use error instead of success 23 April 2014, 12:45:52 UTC
b4c207a Merge pull request #8323 from owncloud/stable5-backport-8183-and-co Backport of #8183 and #8197 23 April 2014, 12:37:00 UTC
23e3752 Backport of #8197 to stable6 23 April 2014, 10:39:58 UTC
f48b0d9 Backport of #8183 to stable6 23 April 2014, 10:26:59 UTC
faaf32e on oracle use regex_like to make filename search case insensitive 22 April 2014, 18:27:50 UTC
29b7927 Merge pull request #8299 from owncloud/fix_group_restore_stable5 fix variable name 22 April 2014, 14:03:34 UTC
00193c6 fix variable name 22 April 2014, 12:18:01 UTC
6205c55 restore trashbin download.php 22 April 2014, 11:43:51 UTC
ee82224 backport #6290 to stable5 22 April 2014, 10:22:11 UTC
93a1136 Backport of #7682 to stable5 18 April 2014, 09:37:24 UTC
ec6c2a3 Merge pull request #8115 from owncloud/stable5-fixselectallanddownload [stable5] Added missing var that messes up IE8 17 April 2014, 14:04:34 UTC
2264615 Verify that a file exists before we share it 17 April 2014, 10:38:58 UTC
ec594eb Merge pull request #8234 from owncloud/backport-fileids-stable5 backport of the FilesPlugin to stable5 16 April 2014, 15:44:14 UTC
6964474 adding the plugin to the server object 16 April 2014, 14:31:15 UTC
f16a19b backport of the FilesPlugin to stable5 16 April 2014, 13:11:58 UTC
c67aaf6 Fixed Sabre Node implementation to correctly return timestamps as int Negative timestamps were returned as string and were confusing other Sabre API like Sabre_DAV_Property_GetLastModified. This fix makes sure the timestamp is returned as int when defined. Backport of 4f11786 from master 10 April 2014, 15:48:21 UTC
9bc463d Merge pull request #8005 from owncloud/files-fixie8upload [stable5] Added requesttoken back for IE8 10 April 2014, 11:55:30 UTC
e20d23e Merge pull request #8030 from owncloud/getpath-shared-stable5 [stable5] Make getPath work for shared files 10 April 2014, 07:26:17 UTC
7554374 Added missing var that messes up IE8 08 April 2014, 16:38:24 UTC
6142534 Improve phpdoc 03 April 2014, 13:30:41 UTC
2af0ebf Implement getPath for shared files 03 April 2014, 13:27:50 UTC
d3926b8 Give storages the option to implement the getById behaviour for View->getPath 03 April 2014, 12:48:30 UTC
dffcf9f Added requesttoken back for IE8 02 April 2014, 10:20:56 UTC
140a65e Revert "remove Sabre_DAV_Browser_Plugin" This reverts commit 997a9ce0b127bbfdc7ea4319cc20a276a6f542b1. 01 April 2014, 11:46:08 UTC
c45de90 Merge pull request #7610 from owncloud/stable5-fix-updater Backport of https://github.com/owncloud/core/pull/7609 28 March 2014, 16:03:38 UTC
c831fd8 Merge pull request #7229 from owncloud/stable5-fix-5828-backport Backport fix-5828 manually to stable5. Implements 17e45e2 on stable5 28 March 2014, 16:02:23 UTC
97afb56 Merge pull request #7900 from owncloud/close_session_early_on_download_stable5 Close session early on download stable5 28 March 2014, 10:38:26 UTC
ae9efcf don't block php session while download is in progress 26 March 2014, 16:24:11 UTC
635e34d Merge pull request #7763 from owncloud/stable5-fixrestoreall [stable5] Fix "restore all selected files" 19 March 2014, 17:13:37 UTC
2e3b3b9 Merge pull request #7762 from owncloud/stable5-fixtrashandversionrootsizecalc [stable5] [backport] When reading the size of "files" mountpoints need to be excluded 17 March 2014, 14:27:03 UTC
1afbea1 Fix "restore all selected files" It seems that a typo sneaked in during a backport. This fixes the case when selecting files in the trashbin and clicking "Restore" on the tool bar to restore them all. 17 March 2014, 11:29:10 UTC
d677f78 When reading the size of "files" mountpoints need to be excluded The versions and trashbin app are now passing "includeMountPoints=false" to "getFileInfo()" to make sure that the calculated total size doesn't include mount points like Shared or external storage. This is because the default call (legacy) used to return the size of mount points as well. Fixes #6731 17 March 2014, 11:20:52 UTC
84a5c28 fix left-over from merge conflict 13 March 2014, 20:00:13 UTC
ab1d69b finally fix the paths for the OCS Share API 13 March 2014, 19:57:02 UTC
afe9de5 Merge pull request #7700 from owncloud/backport-7681-stable5 remove Sabre_DAV_Browser_Plugin 13 March 2014, 08:42:37 UTC
997a9ce remove Sabre_DAV_Browser_Plugin Conflicts: apps/files/appinfo/remote.php 12 March 2014, 22:55:23 UTC
5d1f681 Merge pull request #7691 from owncloud/backport-7683-stable5 Backport 7683 stable5 12 March 2014, 16:51:29 UTC
4721b54 fixing method names 12 March 2014, 14:44:45 UTC
a440b36 set content-type on ocs exceptions Conflicts: lib/api.php 12 March 2014, 14:44:32 UTC
2867992 add 'received_from' info to the share, so that every share can have a different value 11 March 2014, 16:10:13 UTC
013ec9a fix path creation for re-shares, issue #7662 11 March 2014, 16:09:55 UTC
109b65b Disable XML entities when parsing XML 10 March 2014, 19:43:31 UTC
991b059 Merge pull request #7654 from owncloud/backport-7646-stable5 we need the file_source to delete a share successfully 10 March 2014, 16:55:42 UTC
53d36e6 we need the file_source to delete a share successfully Conflicts: apps/files_sharing/tests/api.php 10 March 2014, 15:47:39 UTC
e1723d7 Merge pull request #7584 from owncloud/stable5-trusteddomainerrorpage [stable5] Show warning page when accessing server from an untrusted domain 07 March 2014, 09:37:30 UTC
25d9e41 Use $installedVersion instead of $currentVersion 06 March 2014, 21:47:40 UTC
b442a9b Revert "Use $installedVersion instead of $currentVersion" This reverts commit aef1e5112f0f4a64f814d78fccd738a842bd5730. 06 March 2014, 21:46:16 UTC
aef1e51 Use $installedVersion instead of $currentVersion 06 March 2014, 21:44:33 UTC
7ba91c3 Fixed X-Forwarded-Host parsing Backport of d7163c9 from stable6 06 March 2014, 11:00:57 UTC
6a07f9f Added unit tests for serverHost and other related functions Backport of 98ff74a from stable6 06 March 2014, 11:00:38 UTC
03810e6 Added localhost as trusted domain Backport of f1b948d from stable6 06 March 2014, 10:59:37 UTC
47c4971 Show warning page when accessing server from an untrusted domain Added early check for the requested domain host and show a warning page if the domain is not trusted. Backport of 9b6b02a from stable6 06 March 2014, 10:58:51 UTC
b66b10b increase internal version number once more 03 March 2014, 14:01:11 UTC
d7bd7c6 5.0.15 01 March 2014, 11:27:20 UTC
4abe1b1 Merge pull request #7463 from owncloud/stable5-webdav-logexceptions [stable5] Backport exception logger for Sabre connector 28 February 2014, 15:50:21 UTC
8558cef Merge pull request #7169 from owncloud/storage-cleanup-stable5 Remove the filecache for a users home storage when the user is deleted 28 February 2014, 09:30:28 UTC
cb73696 Backported sabre exception logger Partial backport of 11ef12a Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues. 27 February 2014, 15:44:25 UTC
e31a3d0 Backported logException from stable6 27 February 2014, 15:33:57 UTC
f7db879 Also remove home storages 27 February 2014, 12:38:55 UTC
61bb398 only add "received_from" if a share was found 26 February 2014, 13:50:19 UTC
7819010 5.0.15 RC1 25 February 2014, 13:07:17 UTC
0be9426 Merge pull request #7387 from owncloud/stable5-fixhostnamewithport Fix case where port is missing 25 February 2014, 11:32:36 UTC
3730875 Merge pull request #7268 from owncloud/stable5-fix-ocspriv Use separate table for privatedata attributes 25 February 2014, 11:31:55 UTC
153fde6 Fix case where port is missing 25 February 2014, 10:28:49 UTC
bbe2019 Merge pull request #7365 from owncloud/backport-7305 Added extra checks for ext storage class (Backport to stable5) 24 February 2014, 10:29:54 UTC
195393e Merge pull request #7362 from owncloud/fix-7259-5 Backport #7259 to stable5 24 February 2014, 10:23:20 UTC
1679c91 Added extra checks for ext storage class Backport of #7305 23 February 2014, 10:50:53 UTC
04e2df3 Change to using OC_User::setUserID() instead of OC::' 22 February 2014, 17:57:48 UTC
e9671c9 Backport #7259 to stable5 22 February 2014, 07:24:57 UTC
b886545 Revert "Partially backport #7305 to stable5" This reverts commit 258997471e919be3e992fc78432397a546417a56. 22 February 2014, 07:18:22 UTC
back to top