Michael Gapczynski
f6426cee04
Tweak failure message and throw exceptions from updateDbFromStructure()
12 years ago
Michael Gapczynski
6b2216f0d6
Remove old data directory protection from update, should already have taken place or not working because the server isn't Apache
12 years ago
Michael Gapczynski
e7eea3dd2e
Use hooks to send updates from apps
12 years ago
Michael Gapczynski
7505837079
Basic update progress of database update only
12 years ago
Randolph Carter
d2828bab07
fixes default email sender address
12 years ago
Thomas Mueller
162a2c0fba
moving sharing email code to core
12 years ago
Jörn Friedrich Dreyer
d8a171df26
implement share via link token
13 years ago
Thomas Müller
e06513d76b
Fixing syntax error - closes #406
13 years ago
Thomas Müller
99af3433d1
Fixing syntax error - closes #406
13 years ago
Thomas Tanghus
3c59bc41d7
VCategories: Line too long.
13 years ago
Thomas Tanghus
b0ae67d5c5
Update vcategories ajax scripts.
13 years ago
Lukas Reschke
7a7f12a0c1
Create only one CSRF token per session
...
Before, the CSRF token expired every hour. We had a script in place
which should refresh the token but this don't worked in every case.
(Laptop sleeping etc.)
With this commit, the token will only get once created for every
session so that the "Token expired" warning shouldn't appear.
13 years ago
Bart Visscher
1bdd0c949b
Move and fix app setting navigation detect
13 years ago
Michael Gapczynski
fefc4e1707
Load all apps in core share ajax file for apps to register their share backends
13 years ago
Robin Appelman
da57fbc93a
show/hide navigation entries after enabling/disabling app
13 years ago
Felix Moeller
2d61f03452
More Checkstyle cleanup
...
This is for all LowerCaseConstant warnings
13 years ago
Thomas Tanghus
e55cc23132
app !== type
13 years ago
Thomas Tanghus
b9c9fdfe20
Use get for loading dialog.
13 years ago
Thomas Tanghus
26719005a4
Added ajax files for favorite category handling.
13 years ago
Thomas Tanghus
f4fd4a5a52
Updated category ajax files to use type instead of app and add callCheck.
13 years ago
Michael Gapczynski
b475164e95
Fix autocomplete search for users for groups only share policy
13 years ago
Björn Schießle
003241e847
fix for bug #1942 : Allow user to share with every group if "allow users to share with anyone" is set
13 years ago
Bart Visscher
de1bfe9d6b
Make the core ajax calls use the router
13 years ago
Christian Reiner
743826bbf3
Reimplementation of CSRF protection including autorefresh
13 years ago
Lukas Reschke
ac79fe649c
Added a missing CSRF check
13 years ago
Michael Gapczynski
8f0354bcdd
Temporarily disable sharing with contacts and emails, will come in next release
13 years ago
Michael Gapczynski
13d513c17c
Fix shared collection item searching
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Thomas Tanghus
f2fd228801
Revert commit 8cf0e853686a5c4f9f082d8e47832277f50ea6c0.
13 years ago
Thomas Tanghus
1edab438d1
Added possibility to get permissions for shared item with ajax call.
13 years ago
Thomas Müller
5868f834c8
Respect coding style
13 years ago
Thomas Müller
ae67841461
Respect coding style
13 years ago
Thomas Müller
ff8b8909c1
Respect coding style
13 years ago
Thomas Müller
f4cace6cc1
Respect coding style
13 years ago
Thomas Müller
6e76c59007
Remove closing php tag
13 years ago
Thomas Müller
5bd4d6b051
Respect coding style
13 years ago
Michael Gapczynski
6c29334b48
Add support for share expiration
13 years ago
Michael Gapczynski
2aac6f02a0
Reimplement links support for sharing and add password protection option
13 years ago
Michael Gapczynski
fedb3641f9
Determine if reshare needs to be checked
13 years ago
Lukas Reschke
76e0ca785b
Added XSRF check
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
49229da0e1
Remove setTarget from ajax
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
64ef1e2181
Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a constructor...
13 years ago
Lukas Reschke
334296b027
Removed unused file
13 years ago
Lukas Reschke
ab97c04894
Added XSRF check
13 years ago
Bart Visscher
d4882df8cb
Fix warnings and better styling
13 years ago
Bart Visscher
1b5c8ff471
Don't return error when just no sharing found
13 years ago
Michael Gapczynski
0ddfc94cf5
Try to fix last commit
13 years ago