https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
aa60771 4.0.6 31 July 2012, 08:13:10 UTC
b523366 LDAP: don't die on unexpected collisions, handle empty display-name attributes properly 30 July 2012, 15:30:11 UTC
b9bd54b Add additional error handling for emailing private links 30 July 2012, 14:07:20 UTC
dab708b Correction for 'Fix group detection for sharing in case username contains '@', fix for oc-1270' 30 July 2012, 14:07:20 UTC
519eb39 Remove delete tipsy if file is deleted, fixes bug oc-958 30 July 2012, 14:07:19 UTC
3e183b2 Set filter to empty if not set by Ampache client Conflicts: apps/media/lib_ampache.php 30 July 2012, 14:07:19 UTC
d07b844 Set the user id when authenticating user for Ampache, fixes bug oc-219 30 July 2012, 14:07:19 UTC
7d17c59 Fix group detection for sharing in case username contains '@', fix for oc-1270 30 July 2012, 14:07:19 UTC
f378415 Only call mkdir() if the root folder does not exist for FTP external storage 30 July 2012, 14:07:19 UTC
6b83470 Fix incorrect copy/paste for file_put_contents() 30 July 2012, 14:07:19 UTC
93c75f4 Forgot data parameter for file_put_contents() streams pre proxies 30 July 2012, 14:07:19 UTC
ea18d70 Run pre and post proxies for file_put_contents() streams Conflicts: lib/filesystemview.php 30 July 2012, 14:07:19 UTC
41a74e3 Check if size isset, try to fix used space calculation again, fixs bug oc-1331 Conflicts: settings/personal.php 30 July 2012, 14:07:19 UTC
164fc1c Fix used space calculation if shared folder does not exist, fixes bug oc-1331 Conflicts: settings/personal.php 30 July 2012, 14:07:19 UTC
f328f53 Fix filesystem hash, no longer using basicOperation() Conflicts: lib/filesystemview.php 30 July 2012, 14:07:19 UTC
099b163 Delete old session files, suggested by Torben Nehmer, see bug oc-736 30 July 2012, 14:07:19 UTC
8902754 Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request 30 July 2012, 14:07:18 UTC
01f2511 Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4 30 July 2012, 10:28:40 UTC
f91783e Fix errors when no addressbook. 30 July 2012, 10:28:10 UTC
d8aca0c apply fix suggested in oc-1132 - bugfix for oc-1132 26 July 2012, 16:40:12 UTC
4e62e12 mark OCP\App::register as deprecated 26 July 2012, 13:12:57 UTC
8cff0d9 convert through caldav transmitted rgba calendarcolor to rgb 26 July 2012, 12:48:00 UTC
12dfe58 Updated style 25 July 2012, 23:38:46 UTC
9593602 Updated packages 25 July 2012, 23:12:58 UTC
9605e19 Check for admin user 25 July 2012, 22:06:51 UTC
85a410d Remove unused files 25 July 2012, 22:04:12 UTC
3c9919e LDAP: check if php-ldap is installed. If not, give an error output. FIX: blank Users page when the module is not installed. 25 July 2012, 16:21:16 UTC
9b0870b add some calendar sharing hooks in stable4 - bugfix for oc-1325 25 July 2012, 15:02:24 UTC
73734c9 - remove namespace from file property name (webdav) - update script to fix broken properties in the database 23 July 2012, 09:00:37 UTC
93579d8 CSRF checks 20 July 2012, 18:39:20 UTC
38271de Added CSRF checks 20 July 2012, 18:12:36 UTC
e52ab59 Revert "use readfile() instead iof fopen() for file download over webdav." This reverts commit 9af74a9c80c074589f2d5efc365b3a9dee3031ed. 19 July 2012, 16:13:10 UTC
10bf36a 4.0.5 19 July 2012, 07:10:18 UTC
3895e3a remember username and provide autocomplete feature 18 July 2012, 10:26:10 UTC
0bd7d14 Sharing: offer an option to allow sharing with everyone, i.e. do not check group memberships 17 July 2012, 12:09:01 UTC
9326f4f Added hooks for postCreateUser to add default address book and calendar. Fixes oc-1265. 17 July 2012, 08:45:15 UTC
f4a8c23 Added hook for postCreateUser. Probably fix for oc-1265. Conflicts: apps/calendar/appinfo/app.php 17 July 2012, 08:35:46 UTC
eb2a15d Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276. 16 July 2012, 21:36:11 UTC
47d50fc Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4 16 July 2012, 19:22:07 UTC
d643002 Corrected javascript definition. 16 July 2012, 19:21:37 UTC
d4e2cb6 fix encoding fail in calendar app - bugfix for oc-1194 16 July 2012, 17:53:19 UTC
225726c latin1 => utf8. I thought I did this a month ago? 15 July 2012, 23:41:45 UTC
50eef9a update script to fix fscache 13 July 2012, 13:17:36 UTC
80ed541 if the '/Shared' was the modified directory, than scan it. 13 July 2012, 09:57:14 UTC
7b2ec41 Revert santizing toaddress, because PHPMailer now throws exceptions Conflicts: apps/files_sharing/ajax/email.php 11 July 2012, 23:38:57 UTC
632fc6e Fix log write() parameters in wrong order 11 July 2012, 23:38:57 UTC
ac5abc5 Handling exceptions 11 July 2012, 23:38:57 UTC
e887fd7 Catch exceptions from PHPMailer 11 July 2012, 23:38:57 UTC
ebcf5bc Sanitize toaddress for emailing private links Conflicts: apps/files_sharing/ajax/email.php 11 July 2012, 23:38:56 UTC
7149161 Move line counter so we only count lines towards the offset that are equal or above the log level 11 July 2012, 23:38:56 UTC
bc3462f Improvements and bug fix for log reading, fixes bug oc-982 11 July 2012, 23:38:56 UTC
d203fa2 Sanitizing file names 11 July 2012, 17:15:11 UTC
9af74a9 use readfile() instead iof fopen() for file download over webdav. fopen() didn't work for large files on some servers while readfile() seems to work for all files on all configurations. 11 July 2012, 10:04:20 UTC
b470869 when checking for updates in the filecache, explicitly state that we are querying a folder 10 July 2012, 12:42:15 UTC
71f9a6c dont throw errors when opening a dir using fopen over the smb streamwrapper 10 July 2012, 12:40:25 UTC
b8a6ffe fix statcache for filenames containing non-alphanumeric characters in smb streamwrapper 10 July 2012, 12:21:50 UTC
7f57591 suppress error when using is_dir on non directory in smb backend 10 July 2012, 12:20:30 UTC
aeed130 improve caching smb results a bit 10 July 2012, 12:20:19 UTC
8a902d8 improve filecache support for smb 10 July 2012, 12:20:11 UTC
a1fefea split share and root config for smb backend, also sanitize config a bit more 10 July 2012, 12:19:51 UTC
8fcce55 share code between smb and ftp filestorage backends 10 July 2012, 12:19:40 UTC
539e4a1 smb filestorage backend 10 July 2012, 12:19:31 UTC
197086a Make it possible to import files using CR as eol. 08 July 2012, 16:34:00 UTC
747b7fb Set the loading class on the property being changed, not on its container. Now on all the places relevant ;-) 08 July 2012, 14:17:10 UTC
d730d3e Set the loading class on the property being changed, not on its container. 08 July 2012, 14:10:12 UTC
25b95a9 Improve checking for active addressbooks and creating default addressbook. 08 July 2012, 13:41:38 UTC
554cb2d Add missing requesttoken. 08 July 2012, 12:48:49 UTC
47f96e2 Missing semi-colon. 08 July 2012, 12:42:33 UTC
746eef0 Format error response correctly. 08 July 2012, 12:31:40 UTC
0045e64 Fix time formatting for minutes, prepend 0 if minutes is less than 10 06 July 2012, 20:49:15 UTC
b11b6af Hopefully fix for drag'n'drop import in oc-813. 04 July 2012, 22:25:38 UTC
5fb9b3e Disable expires header on thumbnail and photo. 04 July 2012, 13:32:41 UTC
f72a11f Moved action buttons down to the add field menu. Fixes oc-1155. 04 July 2012, 11:49:39 UTC
0465129 Remove the forced download§ 02 July 2012, 10:19:48 UTC
47bad20 Restoring stable4... 02 July 2012, 08:47:45 UTC
e29681e Applying the fix 02 July 2012, 08:29:04 UTC
5223724 Wrong file - Sorry! 02 July 2012, 08:28:11 UTC
4235ce0 Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4 02 July 2012, 08:22:33 UTC
134d5d9 Don't display error messages 02 July 2012, 08:21:38 UTC
8b5cae3 fix a small PHP fail 01 July 2012, 19:50:53 UTC
bf93dd4 Don't reload the page after sending private link to email address 01 July 2012, 15:53:29 UTC
ffadbfc Prevent duplicate group showing in multiselect that added the group 01 July 2012, 15:36:57 UTC
dd7d34a Prevent adding a duplicate to a multiselect 01 July 2012, 15:36:44 UTC
949cab7 Add new group to other user's group select forms 01 July 2012, 15:36:31 UTC
5121c26 Revert "bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it)" This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59. 01 July 2012, 15:35:58 UTC
fa7d4c2 Disable mimesniffing 01 July 2012, 11:53:06 UTC
9c083d3 Fix setting custom quota size for users, bug fix for oc-1128 29 June 2012, 01:26:39 UTC
45e964c Return login errors for PostgreSQL setup 28 June 2012, 00:25:46 UTC
895d570 Don't overwrite fake directory stream for Shared storage 27 June 2012, 16:09:11 UTC
c0e8648 no reason to strip tags at this point 27 June 2012, 15:56:00 UTC
7af76e3 enable highlighting of address in OSM. 27 June 2012, 09:41:52 UTC
d163fe0 4.0.4 26 June 2012, 19:51:32 UTC
ae00f40 add OC_Calendar_Object::createUID() 26 June 2012, 13:21:41 UTC
265d7e5 bugfix for #1098 (assigning a group to a user, the group appears incrementally many times the more you assign it) 26 June 2012, 10:54:09 UTC
595ff46 typo in js statement fixed 26 June 2012, 08:36:33 UTC
a72edde LDAP: compare base trees case insensitively 25 June 2012, 18:54:21 UTC
b1f3364 Maybe fix out of memory..? 25 June 2012, 17:42:38 UTC
2ad9384 Idiot proof dialog ;-) 25 June 2012, 17:33:51 UTC
ad5aa5a Try to conserve some memory. Should fix oc-1106 for stable4. 25 June 2012, 15:16:34 UTC
42a5cd2 Missing requesttoken. 25 June 2012, 15:15:33 UTC
back to top