https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
4b317c0 5.0.12 03 October 2013, 12:26:01 UTC
d0046b6 set rememberlogin to false for the encryption app 30 September 2013, 19:48:50 UTC
490023b check every enabled app if the remember login feature needs to be disabled 30 September 2013, 19:48:39 UTC
61752fa introduce OC_Util::rememberLoginAllowed() Conflicts: core/templates/login.php lib/util.php 30 September 2013, 19:47:55 UTC
f95da8b don't remember login if the encrypion app is enabled because the user needs to log-in again in order to decrypt his private key with his password Conflicts: core/templates/login.php lib/util.php 30 September 2013, 19:45:22 UTC
e71c7ee 5.0.12 RC1 27 September 2013, 14:47:10 UTC
eca060b Merge pull request #4948 from owncloud/fix-inputfields fix visual glitch, do not use black border for input fields 26 September 2013, 13:39:05 UTC
d6fd228 we can leave the loop if the permission of the link share was checked 26 September 2013, 10:21:54 UTC
342be99 check only permission from link-share to decide if public upload is enabled or disabled 26 September 2013, 10:21:43 UTC
174f500 Merge pull request #4954 from owncloud/fix-link-expiration-stable5 Backport of sharing fixes to stable5 * owncloud/fix-link-expiration-stable5: Calculate dateInPast and dateInFuture. Compare objects directly. Also use $expected and $actual. Add database tests for INSERT/SELECT date format. Add comment explaining how $dateInFuture was picked. Coding style: { for methods start are supposed to be on the same line. Expiration tests for sharing with groups. Do not repeat shareUserOneTestFileWithUserTwo() code. Make dates test class properties. Try to make Oracle happy by also specifying seconds. Test whether a still-valid user share is still accessible. Test whether an expired user share is still accessible. 24 September 2013, 21:36:34 UTC
cbaf93f Calculate dateInPast and dateInFuture. 23 September 2013, 22:00:30 UTC
f63c9a2 Compare objects directly. Also use $expected and $actual. 23 September 2013, 22:00:24 UTC
a8d7f1f Add database tests for INSERT/SELECT date format. 23 September 2013, 21:59:59 UTC
40c6927 Add comment explaining how $dateInFuture was picked. 23 September 2013, 21:59:47 UTC
1751340 Coding style: { for methods start are supposed to be on the same line. 23 September 2013, 21:59:35 UTC
a551bfc Expiration tests for sharing with groups. 23 September 2013, 21:59:25 UTC
9f8d359 Do not repeat shareUserOneTestFileWithUserTwo() code. 23 September 2013, 21:59:16 UTC
aa6aef4 Make dates test class properties. 23 September 2013, 21:59:09 UTC
e8ac55a Try to make Oracle happy by also specifying seconds. 23 September 2013, 21:59:06 UTC
d349815 Test whether a still-valid user share is still accessible. 23 September 2013, 21:58:54 UTC
d6c3b94 Test whether an expired user share is still accessible. 23 September 2013, 21:58:28 UTC
46cdb7b remove deleted files while scanning 23 September 2013, 17:57:48 UTC
9c9597e initialize variable 23 September 2013, 08:25:15 UTC
a6466b1 calculate correct permissions while toggle the password protection 23 September 2013, 08:25:07 UTC
1094446 make sure that both $permissions and $oldPermissions have the same type 23 September 2013, 08:24:58 UTC
3451bb4 only remember password if the user changes the permissions, otherwise the user disabled the password protection Conflicts: lib/public/share.php 23 September 2013, 08:24:46 UTC
a321be1 fix visual glitch, do not use black border for input fields 22 September 2013, 22:41:43 UTC
b7c8691 Merge pull request #4924 from owncloud/fixing-4416-stable5 Fixing 4416 stable5 22 September 2013, 15:40:03 UTC
30c56d2 public.php - check if maintenance mode is enabled 20 September 2013, 19:20:06 UTC
12bef41 setting a default on filecache column unencrypted_size 20 September 2013, 14:31:46 UTC
d525369 adding comma to get cleaner diffs in the future 19 September 2013, 15:34:35 UTC
6dd8a1d no file actions during upload 19 September 2013, 15:34:16 UTC
2fde0d0 remove file action elements before recreating them 19 September 2013, 15:33:52 UTC
23bfe08 store the permissions retrieved via ajax within the dom element 19 September 2013, 15:33:31 UTC
d5cbfa4 add permissions of the file to the json response 19 September 2013, 15:32:57 UTC
9ff9082 performance improvement, check configuration only if no private key exists backport from https://github.com/owncloud/core/commit/72eaf2894a540bc9280e144ba493db7fcde07eac 18 September 2013, 08:40:52 UTC
479ad26 check if stream wrapper is already registered to avoid warning 18 September 2013, 08:37:50 UTC
1a26b20 Merge pull request #4827 from owncloud/backport-4719-stable5 some is_resource tests have been missing in #4701 13 September 2013, 19:08:32 UTC
9490e79 Merge pull request #4821 from owncloud/fix_user_management Fix user management 13 September 2013, 10:07:42 UTC
86eab2e some is_resource tests have been missing in #4701 12 September 2013, 23:00:43 UTC
0a90454 Allow numeric group names 12 September 2013, 14:50:26 UTC
4fd16c5 Ensure creation of a JSON array, not an object. 12 September 2013, 14:49:36 UTC
38258fe Improve IE Compatibility Added meta tags from HTML5 Boiler Plate to improve compatibility with IE7+. This fixes the issues with rendering. 11 September 2013, 09:50:36 UTC
51b53ab never hack late night Conflicts: apps/files_external/lib/irods.php 11 September 2013, 07:54:45 UTC
1a8636e test case for hooks send from a non-default view 10 September 2013, 16:08:59 UTC
507a045 also emit hooks for views that are a subfolder of the user folder 10 September 2013, 16:05:14 UTC
750e4c4 Merge branch 'stable5' of github.com:owncloud/core into stable5 10 September 2013, 11:55:06 UTC
b127ad4 removing all ?> jutt in case 10 September 2013, 11:54:43 UTC
36cd58c removing ?> followed by whitespaces 10 September 2013, 11:54:43 UTC
eecc31a Workaround for IE 9 & 10 for clicking filelist after adding new item manual backport of f4ec5182bdeaa611d13648b50d24f80501d92acd 10 September 2013, 08:55:02 UTC
33ba6b0 5.0.11 06 September 2013, 18:31:11 UTC
0907b41 Merge pull request #4551 from owncloud/fix_4533 Handle part files correctly 06 September 2013, 13:57:45 UTC
1d2f444 remove some more debug output 06 September 2013, 08:58:42 UTC
13f3fb9 Merge branch 'stable5' into fix_4533 06 September 2013, 08:51:27 UTC
d33678b remove some error_logs 05 September 2013, 09:50:36 UTC
9083833 remove error logs 05 September 2013, 09:45:36 UTC
ce382ae coding style fixes 05 September 2013, 08:11:09 UTC
7e0f855 if the files doesn't exist yet we start with the parent to search for shares 05 September 2013, 08:08:13 UTC
0e97712 fix part file handling and real size calculation, this should also solve #4581 04 September 2013, 19:15:06 UTC
2d1d846 5.0.11 RC2 01 September 2013, 14:59:38 UTC
6cb839b Merge pull request #4701 from owncloud/fix_4667 Always check variable type before using readdir to avoid surprises, fixes #4667 #4658 and #4613 04 September 2013, 10:28:12 UTC
73e4b55 one check is enough 04 September 2013, 09:19:58 UTC
44b7124 Merge pull request #4700 from owncloud/stable5_ocp_files_searchbymime Stable5 ocp files searchbymime 03 September 2013, 15:56:50 UTC
6678d69 Merge pull request #4699 from owncloud/stable5_autoloader_try_lib_folder Stable5 autoloader try lib folder 03 September 2013, 11:04:35 UTC
c0f1a6b Merge pull request #4693 from owncloud/encryption_improved_error_messages_stable5 Encryption improved error messages for Stable5 02 September 2013, 21:31:37 UTC
4e54e8b fix unknown var in if clause 02 September 2013, 20:13:11 UTC
cd6443a Check variable type before using readdir to avoid surprises and fix #4667 #4658 and #4613 02 September 2013, 16:58:25 UTC
692c8ab add searchByMime to public api 02 September 2013, 16:09:00 UTC
f9eea90 backport autoloader magic trying to find class in lib folder 02 September 2013, 16:05:10 UTC
2c937e0 improved error message to reflect the case when the app was re-eanbled during the session 02 September 2013, 11:00:41 UTC
7665297 Merge branch 'stable5' into fix_4533 30 August 2013, 12:27:40 UTC
e1d6e63 Merge pull request #4654 from owncloud/fix_4616 Fix 4616 30 August 2013, 09:43:44 UTC
23a3e4f Merge pull request #4633 from owncloud/backport-4610-stable5 Backport 4610 to stable5 30 August 2013, 07:59:59 UTC
76453f9 Use the real username in preferences and magic cookie instead of case-insensitive user input. Fixes 4616. 29 August 2013, 22:33:48 UTC
6415a54 whitespaces 29 August 2013, 22:31:10 UTC
30173ec Merge pull request #4539 from owncloud/fix_4201 Fix 4201, Group Search in Share Dialog only half-working 29 August 2013, 15:52:20 UTC
f53ffe9 Merge pull request #4634 from owncloud/backport-4360-stable5 Backport 4360 stable5 29 August 2013, 11:47:17 UTC
90e5d5f Merge pull request #4635 from owncloud/fixing-quota-stable5 Fixing quota stable5 29 August 2013, 10:33:39 UTC
0423090 backport of #4360 29 August 2013, 08:51:46 UTC
1445a12 webdav quota information contains the values for used and free - not total 29 August 2013, 08:49:50 UTC
90ae95c fix shadow style of username input box Conflicts: core/css/styles.css 29 August 2013, 07:40:57 UTC
0956363 remove show password toggle from log in page, ref #4577 #4580 Conflicts: core/js/js.js 29 August 2013, 07:39:23 UTC
da50429 better variable naming 28 August 2013, 20:56:29 UTC
fa7189c Cache: don't check if the parent exists in the cache if we are already sure it does 28 August 2013, 20:56:29 UTC
ee1d996 5.0.11 RC1 28 August 2013, 12:13:00 UTC
616bc08 Merge pull request #4357 from owncloud/fixing-4341-stable5 Enable file upload to shared folder with create permission only 27 August 2013, 21:29:52 UTC
4d0823e Merge pull request #4595 from owncloud/ldap_robust_replace LDAP: case insensitive replace for more robustness 27 August 2013, 20:22:59 UTC
b8010ce lacy initialization of fileView - in case basic auth is used FileSystem is not yet initialized during the initialize() call Conflicts: lib/connector/sabre/quotaplugin.php 27 August 2013, 19:35:21 UTC
31d60bc adding unit tests for quota checks 27 August 2013, 19:32:00 UTC
19bab68 adding unit tests to determine length 27 August 2013, 19:31:59 UTC
7d6069f fixes #4343 27 August 2013, 19:31:59 UTC
b658cc6 check shares for the real file and not for the .part file 27 August 2013, 14:29:54 UTC
81827e7 first check if a extension exists before comparing it 27 August 2013, 12:19:30 UTC
636ee55 LDAP: case insensitive replace for more robustness 27 August 2013, 11:47:31 UTC
b2d676d storage information is path specific 27 August 2013, 08:54:13 UTC
17dfdcc webdav quota now displays the same values as the web interface does Conflicts: lib/helper.php 27 August 2013, 08:53:47 UTC
e6f0138 Merge pull request #4364 from ringmaster/fix_4351 Store and retrieve group data as JSON 26 August 2013, 16:22:59 UTC
43ac018 Break long lines into smaller ones. 23 August 2013, 18:45:53 UTC
630c3cb Use JSON to send/receive group data. Squashed commits from PR #4364 for master. Conflicts: settings/js/users.js 23 August 2013, 18:45:07 UTC
dd213f4 handle part files correctly 22 August 2013, 15:55:10 UTC
back to top