| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the proxymapper to obtain valid proxy data | Roeland Jago Douma | 2019-08-15 | 1 | -2/+3 |
* | Make sure we only fetch the file by id for the actual owner | Julius Härtl | 2019-08-01 | 1 | -1/+1 |
* | Merge pull request #15869 from nextcloud/multiple-version-backends | Robin Appelman | 2019-06-19 | 1 | -10/+21 |
|\ |
|
| * | fix loading multiple version backends from one app | Robin Appelman | 2019-06-04 | 1 | -10/+21 |
* | | allow non integer version ids | Robin Appelman | 2019-06-04 | 6 | -10/+10 |
|/ |
|
* | add way for version backends to programmatically specify if they should be used | Robin Appelman | 2019-05-21 | 3 | -12/+45 |
* | Merge pull request #6512 from coletivoEITA/add_circles_sharing_to_caldav | Morris Jobke | 2019-03-13 | 1 | -1/+2 |
|\ |
|
| * | Use proper dependency injection for app manager | Morris Jobke | 2019-03-05 | 1 | -1/+2 |
* | | set availableSpace to 0 if userFolder not found | Felix Nieuwenhuizen | 2019-03-02 | 1 | -6/+7 |
* | | use node API for free space calculation in versions app (same method as trash... | Felix Nieuwenhuizen | 2019-03-02 | 1 | -3/+5 |
|/ |
|
* | Move of files_versions to webpack | Roeland Jago Douma | 2019-02-13 | 1 | -1/+1 |
* | Allow shared versions again in legacy backend | Roeland Jago Douma | 2019-01-25 | 1 | -2/+15 |
* | actually return the user when creating version dav nodes | Robin Appelman | 2018-11-15 | 1 | -0/+1 |
* | modular versions api | Robin Appelman | 2018-11-01 | 16 | -102/+726 |
* | allow admins to override FreeBusy capabilities without modifying ShareAPI cap... | Georg Ehrke | 2018-05-22 | 1 | -1/+2 |
* | Delete the previews when a version is restored | Roeland Jago Douma | 2018-05-14 | 1 | -0/+8 |
* | Use more magic DI in files_versions | Roeland Jago Douma | 2018-05-11 | 4 | -28/+8 |
* | If not in debug disable principal listing | Roeland Jago Douma | 2018-05-08 | 1 | -1/+5 |
* | Allow to read get old versions | Roeland Jago Douma | 2018-05-01 | 2 | -4/+20 |
* | Add rollback | Roeland Jago Douma | 2018-05-01 | 4 | -0/+103 |
* | Add version collection to DAV | Roeland Jago Douma | 2018-05-01 | 6 | -0/+431 |
* | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -4/+5 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 2 | -10/+12 |
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 2 | -5/+5 |
* | Merge pull request #8053 from nextcloud/simplify-substr | Joas Schilling | 2018-01-26 | 1 | -1/+1 |
|\ |
|
| * | Use short for of substr to not need strlen() | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
* | | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
|/ |
|
* | Update license headers | Morris Jobke | 2017-11-06 | 7 | -2/+11 |
* | Remove unneeded check if app is enabled | Morris Jobke | 2017-10-23 | 1 | -44/+28 |
* | allow apps to disable versions for some files | Bjoern Schiessle | 2017-09-15 | 2 | -0/+93 |
* | Remove undocumented config | Joas Schilling | 2017-08-01 | 1 | -77/+73 |
* | Fix versions app | Joas Schilling | 2017-08-01 | 1 | -3/+3 |
* | Fix comparisons in the versions app | Joas Schilling | 2017-08-01 | 2 | -12/+12 |
* | Use IConfig instead of static OCP\Config | Morris Jobke | 2017-07-27 | 1 | -2/+2 |
* | Handle more error cases | Morris Jobke | 2017-05-02 | 1 | -0/+2 |
* | Merge JS for files_versions | Lukas Reschke | 2017-03-24 | 1 | -4/+1 |
* | Properly expire ext storage versions (#26601) | Vincent Petry | 2017-03-10 | 2 | -9/+16 |
* | Show mimeicon when versions don't have a preview | Roeland Jago Douma | 2016-11-29 | 1 | -0/+1 |
* | More tests | Roeland Jago Douma | 2016-11-03 | 1 | -13/+1 |
* | Moved over files_versions | Roeland Jago Douma | 2016-11-03 | 2 | -1/+112 |
* | introduce callForSeenUsers and countSeenUsers (#26361) | Jörn Friedrich Dreyer | 2016-10-28 | 2 | -4/+4 |
* | Add occ command to expire the trashbin (#25878) | Thomas Müller | 2016-08-29 | 1 | -0/+125 |
* | Skip version and trash expiry for users that never logged in | Jörn Friedrich Dreyer | 2016-08-10 | 1 | -1/+1 |
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 8 | -13/+23 |
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 1 | -8/+12 |
|\ |
|
| * | we don't need to check permissions twice | Bjoern Schiessle | 2016-07-04 | 1 | -4/+2 |
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-07-01 | 1 | -0/+8 |
| |\ |
|
| * | | check permissions before rollback | Bjoern Schiessle | 2016-06-30 | 1 | -5/+11 |
* | | | Upgrading the log level From Debug to INFO to be consistent with files_trashb... | Carlos Damken | 2016-07-06 | 1 | -3/+3 |
| |/
|/| |
|