Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert google webfont removal. Sadly this causes havoc with the editor! | Tom Needham | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | Fix private links inside folders | Michael Gapczynski | 2012-05-17 | 1 | -3/+3 |
| | |||||
* | fix paths to images and set height for calendar management dialog | Georg Ehrke | 2012-05-17 | 3 | -4/+5 |
| | |||||
* | Merge branch 'merge-requests/115' | Michael Gapczynski | 2012-05-17 | 3 | -4/+4 |
|\ | |||||
| * | Merge commit 'refs/merge-requests/115' of ↵ | Michael Gapczynski | 2012-05-17 | 3 | -4/+4 |
| |\ | | | | | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/115 Conflicts: apps/files/templates/index.php | ||||
| | * | Fix some non-utf8-friendly htmlentities (resulting in wrong display of ↵ | Vitaly Kuznetsov | 2012-05-10 | 3 | -4/+4 |
| | | | | | | | | | | | | utf8-encoded directory names for example) | ||||
* | | | no use for double quotes here | Michiel de Jong | 2012-05-17 | 1 | -1/+1 |
| | | | |||||
* | | | removing dead code | Michiel de Jong | 2012-05-17 | 1 | -15/+0 |
| | | | |||||
* | | | oops! was hardcoding my test domain inadvertently | Michiel de Jong | 2012-05-17 | 1 | -1/+1 |
| | | | |||||
* | | | LDAP: follow user- and groupname char limitations for LDAP display names | Arthur Schiwon | 2012-05-17 | 1 | -7/+21 |
| | | | | | | | | | | | | WARNING: may affect existing installations if display names included unallowed characters. Allowed are only a-zA-Z0-9._-@ This fix is however needed, because names with unallowed characters may cause conflicts | ||||
* | | | LDAP: remove unnecessary debug output | Arthur Schiwon | 2012-05-17 | 1 | -10/+0 |
| | | | |||||
* | | | LDAP: Fix case sensitivity issues with display name attribute | Arthur Schiwon | 2012-05-17 | 1 | -6/+8 |
| | | | |||||
* | | | Contacts: wrong name was set on initial load. | Thomas Tanghus | 2012-05-17 | 1 | -2/+2 |
|/ / | |||||
* | | Try to setup a user's filesystem if the user hasn't logged in before and is ↵ | Michael Gapczynski | 2012-05-17 | 1 | -0/+5 |
| | | | | | | | | shared a file | ||||
* | | Contacts: Disable in-app import if encryption is enabled, and make an ↵ | Thomas Tanghus | 2012-05-17 | 3 | -16/+24 |
| | | | | | | | | attempt of supporting IE uploads too. Can't test it though... | ||||
* | | allow reverting file from history dropdown | Robin Appelman | 2012-05-17 | 3 | -42/+29 |
| | | |||||
* | | fix versioning for movable apps | Robin Appelman | 2012-05-17 | 1 | -1/+0 |
| | | |||||
* | | update translations | Robin Appelman | 2012-05-17 | 33 | -34/+1284 |
| | | |||||
* | | Contacts: removed check for empty FN field because Chrome/Chromium barfed. | Thomas Tanghus | 2012-05-16 | 1 | -2/+2 |
| | | |||||
* | | add caldav and carddav files in their old place for backward compatibility - ↵ | Georg Ehrke | 2012-05-16 | 4 | -0/+20 |
| | | | | | | | | add rewriterule for caldav and carddav | ||||
* | | ldap: unique index names for the database, fixes non-creating of indexes for ↵ | Arthur Schiwon | 2012-05-16 | 2 | -5/+5 |
| | | | | | | | | the second table and potential issues in the app | ||||
* | | 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 ↵ | Michael Gapczynski | 2012-05-15 | 1 | -3/+1 |
| | | | | | | | | a user to a group share, prevents a couple of potential bugs | ||||
* | | 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 |
| | | |||||
* | | 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 | 257 | -0/+0 |
| | | |||||
* | | 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' ↵ | Thomas Mueller | 2012-05-14 | 27 | -32120/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | release can be pulled from http://mozilla.github.com/pdf.js/build/pdf.js README added to document the fact stated above update.sh added for easy update of pdfjs CAUTION: Don't update before OC4! API has been changed and we need to adopt files_pdfviewer | ||||
* | | cache app types during install or update | Robin Appelman | 2012-05-14 | 7 | -7/+7 |
| | | |||||
* | | 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 ↵ | Michiel de Jong | 2012-05-14 | 3 | -10/+2 |
| | | | | | | | | can be included | ||||
* | | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 ↵ | Arthur Schiwon | 2012-05-14 | 1 | -2/+15 |
| | | | | | | | | servers | ||||
* | | Contacts: Photo upload handlers wern't being loaded for new contacts. | Thomas Tanghus | 2012-05-14 | 1 | -26/+39 |
| | | | | | | | | Name conflict with two FileUploads :-P |