Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to using file cache ids instead of paths for file sharing | Michael Gapczynski | 2012-08-24 | 7 | -66/+69 |
| | |||||
* | Prevent resharing in UI if share permission not granted | Michael Gapczynski | 2012-08-24 | 2 | -56/+62 |
| | |||||
* | Fix shared storage rename. Note: You can only rename shared files/folders ↵ | Michael Gapczynski | 2012-08-24 | 1 | -15/+26 |
| | | | | that are inside a shared folder, not individual shared files/folders. | ||||
* | Implemented sharing api for CalDAV. | Thomas Tanghus | 2012-08-24 | 7 | -7/+316 |
| | |||||
* | White-space. | Thomas Tanghus | 2012-08-24 | 1 | -29/+32 |
| | |||||
* | Forgot to reenable the export plugin. | Thomas Tanghus | 2012-08-24 | 2 | -2/+2 |
| | |||||
* | Implemented sharing api for CardDAV. Next step CalDAV. | Thomas Tanghus | 2012-08-24 | 9 | -11/+325 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-24 | 256 | -3571/+4420 |
| | |||||
* | Permission checking for shared addressbooks/contacts. | Thomas Tanghus | 2012-08-23 | 8 | -39/+165 |
| | |||||
* | Removed redundant __CLASS__ in logging. | Thomas Tanghus | 2012-08-23 | 1 | -28/+28 |
| | |||||
* | Fix for deleting queued contacts. | Thomas Tanghus | 2012-08-23 | 1 | -8/+16 |
| | |||||
* | Missing IM variable assignments. | Thomas Tanghus | 2012-08-23 | 1 | -0/+8 |
| | |||||
* | Use correct js class in first-run template. | Thomas Tanghus | 2012-08-23 | 1 | -2/+1 |
| | |||||
* | Used non-existing variable. | Thomas Tanghus | 2012-08-23 | 1 | -2/+2 |
| | |||||
* | Return newly created addressbook. | Thomas Tanghus | 2012-08-23 | 1 | -3/+4 |
| | |||||
* | LDAP: identify (map) users with their directory UUID. Fixes the issue, that ↵ | Arthur Schiwon | 2012-08-23 | 5 | -26/+140 |
| | | | | usernames for owncloud will change, when the DN changes (which happens rarely, but it happens). | ||||
* | Only load js and css once. | Thomas Tanghus | 2012-08-23 | 1 | -11/+13 |
| | |||||
* | Limit styles so they don't interfere with sharing dropdown. | Thomas Tanghus | 2012-08-23 | 1 | -3/+3 |
| | |||||
* | Use right variable name. | Thomas Tanghus | 2012-08-23 | 1 | -10/+10 |
| | |||||
* | Remove obsolete closure. | Thomas Tanghus | 2012-08-23 | 1 | -13/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-23 | 223 | -7447/+9351 |
| | |||||
* | Don't add empty property parameters. | Thomas Tanghus | 2012-08-23 | 2 | -8/+16 |
| | |||||
* | CSS fix for Windows. | Thomas Tanghus | 2012-08-23 | 1 | -2/+2 |
| | |||||
* | Moves the lastAction=null outside the if so it can include the undo requests ↵ | Juan Carlos Cornejo | 2012-08-22 | 1 | -1/+1 |
| | | | | from replace | ||||
* | Fixes a bug where if one tries to delete a file, then clicks undo, and then ↵ | Juan Carlos Cornejo | 2012-08-22 | 1 | -0/+1 |
| | | | | | | tries to delete the file again, no questions or undo options were presented. Essentially, just set FileLists.lastAction = null when one clicks undo. | ||||
* | Add support for IMPP properties. | Thomas Tanghus | 2012-08-22 | 8 | -23/+242 |
| | |||||
* | Check if files_sharing app is enabled, move file specific javascript to ↵ | Michael Gapczynski | 2012-08-22 | 4 | -63/+67 |
| | | | | files_sharing app | ||||
* | Move share CSS to core, add script and style from inside Share API | Michael Gapczynski | 2012-08-22 | 2 | -0/+2 |
| | |||||
* | Removing most of files_sharing, the Share API implemented the majority of it | Michael Gapczynski | 2012-08-22 | 18 | -1267/+1 |
| | |||||
* | Revert using item name, no longer allowing the same item source exist for a user | Michael Gapczynski | 2012-08-22 | 5 | -92/+118 |
| | |||||
* | LDAP: fix potentially unavailable LDAP resource, which can prevent ↵ | Arthur Schiwon | 2012-08-22 | 1 | -0/+3 |
| | | | | successful login | ||||
* | LDAP: make refreshInterval for background jobs configurable in the DB | Arthur Schiwon | 2012-08-22 | 1 | -5/+6 |
| | |||||
* | LDAP: bg jobs: sane default refresh interval | Arthur Schiwon | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | LDAP: permanantly watch group members. Emit post_addToGroup resp. ↵ | Arthur Schiwon | 2012-08-22 | 4 | -1/+192 |
| | | | | post_removeFromGroup on membership changes, so that Sharing App can take care of files shared within the groups. Requires and relies on background jobs. | ||||
* | LDAP: don't pass -1 as length to array slice, when no limit is given. It ↵ | Arthur Schiwon | 2012-08-22 | 2 | -0/+12 |
| | | | | cuts off the last item. | ||||
* | Email type list wasn't initialized. | Thomas Tanghus | 2012-08-22 | 1 | -1/+7 |
| | |||||
* | Removed unused variable. | Thomas Tanghus | 2012-08-22 | 1 | -7/+5 |
| | |||||
* | Minor layout change. | Thomas Tanghus | 2012-08-22 | 2 | -57/+46 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-22 | 63 | -465/+521 |
| | |||||
* | 4.5 alpha 1 | Frank Karlitschek | 2012-08-21 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary file | Michael Gapczynski | 2012-08-21 | 1 | -38/+0 |
| | |||||
* | A first basic presentation app based on the amazing impress.js. | Frank Karlitschek | 2012-08-21 | 16 | -0/+5505 |
| | | | | | | You have to put a presentation file that contains the presentation defined in html into your ownCloud with the file extension .impress Then you can use this app to play it. It also contains a demo presentation that you can use to learn. Help is welcome to improve this app. :-) | ||||
* | Preliminary support for Apple X-ABLabel. Also for oc-1508. | Thomas Tanghus | 2012-08-21 | 4 | -15/+32 |
| | |||||
* | Remove class contactsection | Thomas Tanghus | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary files | Michael Gapczynski | 2012-08-20 | 2 | -79/+0 |
| | |||||
* | Fix share ajax calls to use itemName/itemSource, show who shared a file with you | Michael Gapczynski | 2012-08-20 | 3 | -39/+53 |
| | |||||
* | Remove setTarget from ajax | Michael Gapczynski | 2012-08-20 | 1 | -6/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-21 | 256 | -6693/+7612 |
| | |||||
* | Added types to emails. Support for custom types. Partial fix for oc-1508. | Thomas Tanghus | 2012-08-21 | 3 | -8/+25 |
| | |||||
* | Try to align and float contact parts better. | Thomas Tanghus | 2012-08-21 | 3 | -6/+8 |
| |