Bart Visscher
|
db18218a1b
|
Space before tab fixes
|
13 years ago |
Bart Visscher
|
0365f8fd01
|
Remove php close at end of file
|
13 years ago |
Bart Visscher
|
52f2e7112e
|
Whitespace fixes in lib
|
13 years ago |
Michael Gapczynski
|
26501a0bc8
|
Delete old link if user sets a password
|
13 years ago |
Michael Gapczynski
|
9cd55508c3
|
Add Share API settings to admin page
|
13 years ago |
Michael Gapczynski
|
0ad16e84c5
|
Fix share collection query
|
13 years ago |
Michael Gapczynski
|
0a9d1ed3a6
|
Initial previewer for public links
|
13 years ago |
Michael Gapczynski
|
18517f6adb
|
Fix share getItems() limit
|
13 years ago |
jfd
|
9822cd30c0
|
fix sharing bug introduced with oracle support
|
13 years ago |
Jörn Friedrich Dreyer
|
fa3497f6ed
|
add backticks to SQL, use limit parameter instead of LIMIT SQL
|
13 years ago |
Michael Gapczynski
|
36487246ed
|
Switch to using file cache ids instead of paths for file sharing
|
13 years ago |
Thomas Tanghus
|
c90c358f0d
|
Only load js and css once.
|
13 years ago |
Michael Gapczynski
|
3debb67458
|
Move share CSS to core, add script and style from inside Share API
|
13 years ago |
Michael Gapczynski
|
9699ff03bd
|
Revert using item name, no longer allowing the same item source exist for a user
|
13 years ago |
Michael Gapczynski
|
09e851a9c4
|
Fix share ajax calls to use itemName/itemSource, show who shared a file with you
|
13 years ago |
Michael Gapczynski
|
5eca531f99
|
Refactor again so we can tell what item is being reshared in case the same source shows up. This is the end of the share_api branch, moving to master.
|
13 years ago |
Michael Gapczynski
|
f987e22d85
|
Large refactoring to allow for the same item to be shared to a group and again with a user in the group with different permissions
|
13 years ago |
Michael Gapczynski
|
df8a2e5361
|
File sharing cleanup, works perfectly I think :)
|
13 years ago |
Michael Gapczynski
|
9cb3113f42
|
Fix problems exposed by tests
|
13 years ago |
Michael Gapczynski
|
ddfa760a5e
|
Change to correct function call getItemSharedWithBySource()
|
13 years ago |
Michael Gapczynski
|
b440dfc67e
|
Remove setTarget() function, changing target names only leads to confusion
|
13 years ago |
Michael Gapczynski
|
9661a63a72
|
Ensure permissions can't be escalated during a reshare
|
13 years ago |
Michael Gapczynski
|
028c79fc9d
|
Use if instead of switch for detecting share type and throw exceptions when setting permissions
|
13 years ago |
Michael Gapczynski
|
937d1b29d8
|
Retrieve all file dependent items when looking for file item type
|
13 years ago |
Michael Gapczynski
|
64ef1e2181
|
Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a constructor...
|
13 years ago |
Jakob Sack
|
4d3d4522f9
|
Backgroundjobs: Fix wrong var names
|
13 years ago |
Michael Gapczynski
|
874f31b8d7
|
Make getting all users and groups the default
|
13 years ago |
Michael Gapczynski
|
8d1eb674ec
|
Add search, limit, and offset parameters to getUsers() and getGroups()
|
13 years ago |
Jakob Sack
|
ceda0ae052
|
Backgroundjobs: rename ScheduledTask to QueuedTask
|
13 years ago |
Michael Gapczynski
|
b830b3e24b
|
Start adding permission checks for addressbooks
|
13 years ago |
Michael Gapczynski
|
2c5744f16c
|
Add back getItemSharedWithBySource(), some situtations require this ability
|
13 years ago |
Jakob Sack
|
088b3ea0bc
|
Add public interface to background jobs
|
13 years ago |
Bart Visscher
|
b287b11ff2
|
adjust the query generation in getItems, to use placeholders
|
13 years ago |
Bart Visscher
|
99ce7ba1df
|
Move serverHost and serverProtocol functions to OC_Request
|
13 years ago |
Michael Gapczynski
|
b6bbbb4c47
|
Remove undefined return variable
|
13 years ago |
Michael Gapczynski
|
a96a75c263
|
Select the correct column when searching for similar targets
|
13 years ago |
Michael Gapczynski
|
5e95e2a131
|
Set filePath variable
|
13 years ago |
Michael Gapczynski
|
1b21cde2b3
|
Throw more exceptions
|
13 years ago |
Michael Gapczynski
|
14d13a740f
|
Load icons for addressbooks, fix statuses for types other than files
|
13 years ago |
Michael Gapczynski
|
e954de6030
|
Make the file source path relative earlier
|
13 years ago |
Michael Gapczynski
|
e280e3ecc9
|
Throw more exceptions
|
13 years ago |
Michael Gapczynski
|
1db1d40414
|
Add additional check for post_deleteUser so we don't delete any non-user shares with the same name
|
13 years ago |
Michael Gapczynski
|
3b2c853916
|
Lots of refactoring to share API
|
13 years ago |
Michael Gapczynski
|
09bb3bfaf8
|
Preparing for proper collection implementation
|
13 years ago |
Michael Gapczynski
|
6c7baacf89
|
Throw exception for items already shared in a collection
|
13 years ago |
Michael Gapczynski
|
92d683587a
|
Fix contact email share type redirection
|
13 years ago |
Michael Gapczynski
|
4933128850
|
Throw exceptions in share API for UI to display
|
13 years ago |
Michael Gapczynski
|
2201074e1f
|
Basic setup for sharing with contacts
|
13 years ago |
Jörn Friedrich Dreyer
|
e13f381189
|
add limit support to OC_DB & OCP/DB
|
13 years ago |
Michael Gapczynski
|
b6aa5d2875
|
Include contacts in share with search
|
13 years ago |