| Commit message (Expand) | Author | Age | Files | Lines |
* | add caldav and carddav files in their old place for backward compatibility - ... | Georg Ehrke | 2012-05-16 | 5 | -1/+23 |
* | Comment spelling fix | Bart Visscher | 2012-05-16 | 1 | -1/+1 |
* | Better place to check caching headers | Bart Visscher | 2012-05-16 | 1 | -3/+3 |
* | ldap: unique index names for the database, fixes non-creating of indexes for ... | Arthur Schiwon | 2012-05-16 | 2 | -5/+5 |
* | fix paths in apps/remoteStorage/ajax/revokeToken.php | Michiel de Jong | 2012-05-16 | 1 | -9/+1 |
* | try to remove deprecated files from /files on update | Arthur Schiwon | 2012-05-16 | 1 | -0/+34 |
* | Fix incorrect toaddress being passed for emailing private links | Michael Gapczynski | 2012-05-15 | 1 | -3/+3 |
* | Contacts: Corrected i18n call. | Thomas Tanghus | 2012-05-15 | 1 | -1/+1 |
* | Create a new OC_Share object instead of manually inserting rows when adding a... | Michael Gapczynski | 2012-05-15 | 1 | -3/+1 |
* | No multiple file sharing in this next release, sharing UI isn't ready for it :( | Michael Gapczynski | 2012-05-15 | 1 | -1/+1 |
* | Check if a file is encrypted before sharing (encrypted files cannot be shared) | Michael Gapczynski | 2012-05-15 | 1 | -3/+8 |
* | avoid corrupt ZIP files on lighttpd, should fix oc-467 | Arthur Schiwon | 2012-05-15 | 1 | -0/+1 |
* | LDAP: convert all DNs to lowercase so to make comparisons and everything work | Arthur Schiwon | 2012-05-15 | 1 | -0/+3 |
* | Make only writable files draggable | Michael Gapczynski | 2012-05-14 | 1 | -1/+1 |
* | Check if a private link points to a folder or file and change text accordingly | Michael Gapczynski | 2012-05-14 | 1 | -2/+3 |
* | Fix private link emailing and clean up file name displayed in email | Michael Gapczynski | 2012-05-14 | 2 | -4/+6 |
* | Replace all %2F with a / in private link | Michael Gapczynski | 2012-05-14 | 1 | -1/+1 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 262 | -0/+0 |
* | Switch enable button only when app is really installed or uninstalled | Brice Maron | 2012-05-14 | 1 | -5/+13 |
* | Use original source when resharing a file, fixes bug oc-210 | Michael Gapczynski | 2012-05-14 | 1 | -0/+4 |
* | No need to keep the 'source files' in here, because the latest 'git master' r... | Thomas Mueller | 2012-05-14 | 27 | -32120/+10 |
* | remove simpletests internet test cases due to xss issues | Robin Appelman | 2012-05-14 | 58 | -11142/+0 |
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 9 | -17/+28 |
* | Call is_writable explicitly on folders for readonly check | Michael Gapczynski | 2012-05-14 | 1 | -1/+1 |
* | Remove logging. | Thomas Tanghus | 2012-05-14 | 1 | -2/+0 |
* | Contacts: Had forgotten to call local function. | Thomas Tanghus | 2012-05-14 | 1 | -2/+6 |
* | Contacts: Fix layout in contacts list that I had broken in an earlier fix :-P | Thomas Tanghus | 2012-05-14 | 3 | -20/+19 |
* | move auth.css and remoteStorage-big.png to assets folders From where they can... | Michiel de Jong | 2012-05-14 | 4 | -3/+3 |
* | better user permission check for files in ajax/calendar/ | Georg Ehrke | 2012-05-14 | 4 | -4/+20 |
* | some fixes for calendar's export.php | Georg Ehrke | 2012-05-14 | 1 | -0/+8 |
* | remove redirects in htaccess to improve compatibility with desktop client | Georg Ehrke | 2012-05-14 | 1 | -4/+0 |
* | check user permissions in calendar's changepermission.php | Georg Ehrke | 2012-05-14 | 1 | -0/+8 |
* | check user permissions in calendar's unshare.php | Georg Ehrke | 2012-05-14 | 1 | -0/+8 |
* | Prevent Clickjacking by adding additional headers: | Thomas Mueller | 2012-05-14 | 1 | -1/+4 |
* | LDAP: and don't forget the else part | Arthur Schiwon | 2012-05-14 | 1 | -1/+2 |
* | LDAP: don't store agent password in plain text | Arthur Schiwon | 2012-05-14 | 5 | -4/+17 |
* | LDAP: no whitespaces after the , in the DNs, resolves conflicts with some ser... | Arthur Schiwon | 2012-05-14 | 1 | -2/+15 |
* | Contacts: Photo upload handlers wern't being loaded for new contacts. | Thomas Tanghus | 2012-05-14 | 1 | -26/+39 |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Klaas Freitag | 2012-05-14 | 1 | -62/+79 |
|\ |
|
| * | Contacts: The proper DOM wasn't loaded after import and thumbnails weren't be... | Thomas Tanghus | 2012-05-14 | 1 | -62/+79 |
* | | Add ctmp extension to blacklist to make sync test files not versioned. | Klaas Freitag | 2012-05-14 | 1 | -1/+1 |
|/ |
|
* | Remove scroll to bookmarks_menu, no longer existent and the bookmark controls... | Michael Gapczynski | 2012-05-13 | 1 | -4/+1 |
* | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 9 | -8/+46 |
* | set public handeler in info,xml for sharing | Robin Appelman | 2012-05-14 | 3 | -3/+5 |
* | Contacts: Forgot one file for the import fix. | Thomas Tanghus | 2012-05-13 | 1 | -2/+24 |
* | Contacts: Add error checking and reporting to import from files app. | Thomas Tanghus | 2012-05-13 | 4 | -136/+134 |
* | Validate bookmark inputs, fixes bug oc-636 | Michael Gapczynski | 2012-05-13 | 1 | -1/+8 |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-05-13 | 1 | -1/+1 |
|\ |
|
| * | Variable not declared in media app, fixes bug oc-633. Thanks to die3lustigen2. | Michael Gapczynski | 2012-05-13 | 1 | -1/+1 |
* | | Third time lucky fixing google font include | Tom Needham | 2012-05-13 | 1 | -1/+1 |