https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
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
f52d722 Merge pull request #4541 from owncloud/backport-4512-stable5 Backport 4512 stable5 21 August 2013, 22:15:51 UTC
c8554cc Merge pull request #4487 from owncloud/ldap_fix_hook Ldap fix hook 21 August 2013, 21:57:11 UTC
da299e0 additional readdir check in mappedlocal 21 August 2013, 20:41:34 UTC
f42b69d use strict equals in readdir loops to prevent issues with '0' files Conflicts: apps/files_external/lib/amazons3.php apps/files_trashbin/index.php lib/connector/sabre/objecttree.php 21 August 2013, 20:37:22 UTC
02e9483 Whitespaces 21 August 2013, 11:15:58 UTC
bf933c7 Use Group methods for searching, fixes #4201 21 August 2013, 11:15:31 UTC
8e67854 selective backport from https://github.com/owncloud/core/pull/4239; don't change etags during initial encryption because the file content doesn't change 18 August 2013, 17:05:43 UTC
76e4fe7 Merge pull request #4490 from owncloud/fix-multiselect-mac-firefox fix hidden groups in Firefox on Mac - fix 2571 18 August 2013, 10:21:16 UTC
2613eb6 Sharing: only determine path root if owner is available 17 August 2013, 16:45:36 UTC
26e0aad fix hidden groups in Firefox on Mac - fix 2571 17 August 2013, 16:23:37 UTC
108bb41 LDAP: fix wrong hook name 17 August 2013, 15:55:46 UTC
34afce7 switched to dirname() 17 August 2013, 15:36:20 UTC
b8550d7 added missing parameter documentation 17 August 2013, 15:36:09 UTC
a1f0dd2 added createMissingDirectories() method 17 August 2013, 15:35:59 UTC
75ceeed also create root dir if it doesn't exist yet 17 August 2013, 15:35:48 UTC
02f40f2 use OC files API to create missing directory which should handle special chars in every environment correctly 17 August 2013, 15:35:39 UTC
79b6f39 first check if file exists before checking the files size 17 August 2013, 11:37:51 UTC
01e2e91 Merge pull request #4423 from owncloud/ldap_reduce_connections Ldap reduce connections 17 August 2013, 10:03:51 UTC
656daff Merge pull request #4454 from owncloud/fix_4446 Show a "password incorrect" notice when used shared password is wrong 17 August 2013, 09:29:39 UTC
1c24936 no files external for SMB on windows 16 August 2013, 15:34:40 UTC
2a7c9ee Use better wording. 16 August 2013, 14:56:43 UTC
2db617b Add a "Wrong password." message, if the password for the public share was wrong. Fix #2725 16 August 2013, 14:56:32 UTC
333900d Style the new 'password wrong' div conservatively. 16 August 2013, 14:53:52 UTC
7d06d67 Merge pull request #4458 from owncloud/dav_principal_groupmemberset Dav principal groupmemberset 16 August 2013, 14:41:36 UTC
3c4e647 Don't barf on OC_Connector_Sabre_Principal::getGroupMemberSet Refs: owncloud/contacts#166 and owncloud/calendar#102 15 August 2013, 23:46:31 UTC
5e7963d fix #2711 using a custom event, also use css selectors over filterAttr 15 August 2013, 21:10:39 UTC
7d8ab0a use __DIR__ instead of realpath 15 August 2013, 10:37:26 UTC
2fbcbe9 provide correct path for require_once 15 August 2013, 10:37:17 UTC
660a109 Merge pull request #4306 from owncloud/stable5-googledrive [Stable5] backport Google Drive SDK 14 August 2013, 18:37:16 UTC
6251b34 LDAP: only connect to LDAP once on login 14 August 2013, 14:03:18 UTC
c6e62f5 fix namespacess for scanner test 12 August 2013, 17:53:57 UTC
6325cf6 Scanner: correctly pass trough reuse options when doing a recursive scan 12 August 2013, 15:30:23 UTC
20f9f43 Scanner: additional tests for reusing etags during scanning 12 August 2013, 15:30:14 UTC
168881d use dir to determine the proper permissions 09 August 2013, 22:33:24 UTC
3569bbe Merge pull request #4361 from ringmaster/fix_4355 Send mime-type for new files 08 August 2013, 17:20:22 UTC
a6b8c52 don't create empty versions 08 August 2013, 15:25:50 UTC
d446eec oc_cache needs to disable file proxys for read/write operation. Otherwise the operation will go through the encryption app which will not work. 08 August 2013, 15:20:24 UTC
d63cd30 Provide a default mime-type for files created by filename. Fixes #4355. 08 August 2013, 15:06:06 UTC
db964d3 Merge pull request #4358 from owncloud/rm_debug_msg Less noisy debug log 08 August 2013, 14:35:31 UTC
0049f6f Remove noisy Log/Debug message 08 August 2013, 14:30:29 UTC
57a1b90 Merge pull request #4346 from owncloud/basic_hack_auth_backport Basic hack auth backport 08 August 2013, 14:28:50 UTC
96e0b81 in case the file is new isCreatable() is checked in case the file exists isUpdatable() is checked 08 August 2013, 14:11:28 UTC
d9d0a6e proper response in case the upload fails - e.g. in case permissions on shared folders are not enough 08 August 2013, 13:58:57 UTC
604ba1d Check expected type after JSON decode instead of checking what is not expected. This will also allow "true" and "false" as filenames instead of only "null". 08 August 2013, 11:13:55 UTC
cc03251 Merge pull request #4268 from owncloud/encryption_check_config Encryption app, check config 08 August 2013, 06:35:53 UTC
201557c Backport #3487 Basic Auth fix 07 August 2013, 19:19:03 UTC
248e7a0 fixing PHPDoc 07 August 2013, 13:21:57 UTC
49ecd77 app migrate: Use = instead of LIKE as described in the comment above. The LIKE operator is not defined on integers (probably any non-text) columns on PostgreSQL. 07 August 2013, 13:08:23 UTC
29d0b2c Port log level filtering from OC_Log_Owncloud to OC_Log_Syslog. 07 August 2013, 13:08:11 UTC
38d2124 5.0.10 04 August 2013, 22:12:02 UTC
back to top