Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534. | Arthur Schiwon | 2012-08-20 | 1 | -17/+24 |
| | |||||
* | Bump version number for Share API | Michael Gapczynski | 2012-08-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 68 | -429/+3603 |
|\ | | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php | ||||
| * | Refactor again so we can tell what item is being reshared in case the same ↵ | Michael Gapczynski | 2012-08-19 | 3 | -65/+79 |
| | | | | | | | | source shows up. This is the end of the share_api branch, moving to master. | ||||
| * | Large refactoring to allow for the same item to be shared to a group and ↵ | Michael Gapczynski | 2012-08-19 | 2 | -93/+267 |
| | | | | | | | | again with a user in the group with different permissions | ||||
| * | File sharing cleanup, works perfectly I think :) | Michael Gapczynski | 2012-08-16 | 7 | -121/+111 |
| | | |||||
| * | Fix problems exposed by tests | Michael Gapczynski | 2012-08-15 | 1 | -27/+16 |
| | | |||||
| * | Add tests for Share API, all tests passing :) | Michael Gapczynski | 2012-08-15 | 4 | -142/+267 |
| | | |||||
| * | Change to correct function call getItemSharedWithBySource() | Michael Gapczynski | 2012-08-14 | 1 | -1/+1 |
| | | |||||
| * | Remove setTarget() function, changing target names only leads to confusion | Michael Gapczynski | 2012-08-14 | 1 | -38/+0 |
| | | |||||
| * | Ensure permissions can't be escalated during a reshare | Michael Gapczynski | 2012-08-14 | 1 | -7/+12 |
| | | |||||
| * | Use if instead of switch for detecting share type and throw exceptions when ↵ | Michael Gapczynski | 2012-08-14 | 1 | -63/+65 |
| | | | | | | | | setting permissions | ||||
| * | Retrieve all file dependent items when looking for file item type | Michael Gapczynski | 2012-08-14 | 1 | -4/+11 |
| | | |||||
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 929 | -9747/+57703 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php | ||||
| * | | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ↵ | Michael Gapczynski | 2012-08-12 | 2 | -3/+3 |
| | | | | | | | | | | | | constructor... | ||||
| * | | Calendar: update share backend using contacts backend as template | Bart Visscher | 2012-08-10 | 1 | -11/+58 |
| | | | |||||
| * | | Contacts: Check format parameter | Bart Visscher | 2012-08-10 | 1 | -6/+8 |
| | | | |||||
| * | | Contacts: Better parameter names in addressbook share backend | Bart Visscher | 2012-08-10 | 1 | -7/+8 |
| | | | |||||
| * | | Bump up version number | Michael Gapczynski | 2012-08-09 | 1 | -1/+1 |
| | | | |||||
| * | | Additional permission checks for editing and deleting contacts | Michael Gapczynski | 2012-08-09 | 1 | -3/+76 |
| | | | |||||
| * | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-09 | 90 | -709/+3490 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files_sharing/sharedstorage.php | ||||
| * | | | Start adding permission checks for addressbooks | Michael Gapczynski | 2012-08-08 | 4 | -15/+46 |
| | | | | |||||
| * | | | Add back getItemSharedWithBySource(), some situtations require this ability | Michael Gapczynski | 2012-08-08 | 1 | -2/+13 |
| | | | | |||||
| * | | | Don't include shared addressbook if source not found | Michael Gapczynski | 2012-08-08 | 1 | -2/+4 |
| | | | | |||||
| * | | | Fix issues with hiding and showing dropdown | Michael Gapczynski | 2012-08-08 | 1 | -14/+33 |
| | | | | |||||
| * | | | Reset item shares variable, fixes autocomplete not showing people | Michael Gapczynski | 2012-08-08 | 1 | -1/+2 |
| | | | | |||||
| * | | | Actually change background image of shared items | Michael Gapczynski | 2012-08-07 | 1 | -2/+3 |
| | | | | |||||
| * | | | Use new sharing API in OC_Calendar_Share::allSharedwithuser | Bart Visscher | 2012-08-07 | 2 | -13/+16 |
| | | | |