Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9550 from ↵ | Morris Jobke | 2018-06-01 | 1 | -1/+2 |
|\ | | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities | ||||
| * | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵ | Georg Ehrke | 2018-05-22 | 1 | -1/+2 |
| | | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-01 | 4 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-31 | 4 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-29 | 4 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-28 | 4 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-26 | 2 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-25 | 6 | -0/+8 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-18 | 14 | -14/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-17 | 14 | -14/+14 |
| | |||||
* | Support fileid propfind on trash endpoint | Roeland Jago Douma | 2018-05-11 | 7 | -2/+26 |
| | | | | | | | | | Fixes #9416 In order to support previews on mobile clients they will need the fileid of files in the trashbin. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Trashbin propfind respond to oc:size | Roeland Jago Douma | 2018-05-10 | 4 | -0/+14 |
| | | | | | | | In order to display the total size of folders also in the clients (and web) we should return the oc:size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #9427 from ↵ | Roeland Jago Douma | 2018-05-10 | 1 | -1/+4 |
|\ | | | | | | | | | nextcloud/bugfix/noid/no_listing_if_not_in_debug_trash_version If not in debug disable principal listing | ||||
| * | If not in debug disable principal listing | Roeland Jago Douma | 2018-05-08 | 1 | -1/+4 |
| | | | | | | | | | | | | | | Trashbin and Version should have the same behaviour as the other collections. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Propfind for deletion time of trash files | Roeland Jago Douma | 2018-05-08 | 6 | -3/+19 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #9202 from nextcloud/feature/1332/trashbin_dav | Roeland Jago Douma | 2018-05-01 | 14 | -1/+923 |
|\ | | | | | Trashbin endpoint in DAV | ||||
| * | Add folder for trashbin | Roeland Jago Douma | 2018-04-25 | 12 | -74/+158 |
| | | | | | | | | | | | | | | | | The trashbin home now contains 2 entries restore and trash. Made all files strict. Added more types. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Use getType to determine type of entry | Roeland Jago Douma | 2018-04-25 | 3 | -6/+6 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Add propfind properties to trashbin | Roeland Jago Douma | 2018-04-25 | 9 | -10/+131 |
| | | | | | | | | | | | | | | * get original filename (without the weird timestamp) * get original location Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Add special restore folder | Roeland Jago Douma | 2018-04-25 | 9 | -4/+145 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Emptry trashbin | Roeland Jago Douma | 2018-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | A delete on a users trashbin will empty it (the trashbin won't be deleted of course) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | List trashbin in DAV | Roeland Jago Douma | 2018-04-25 | 10 | -1/+577 |
| | | | | | | | | | | | | | | | | | | | | | | First steps for #1332 * Add a new DAV collection * List all files in the trashbin for this user * Deleting files from trashbin * Get files from trashbin (just read) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-27 | 2 | -2/+2 |
| | | |||||
* | | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 3 | -3/+9 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -5/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 4 | -13/+13 |
| | | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-21 | 2 | -2/+2 |
| | |||||
* | Remove deprecated URL functions for OCP\Util | Roeland Jago Douma | 2018-03-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove OC_App::disable method | Tobia De Koninck | 2018-03-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -7/+11 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-13 | 2 | -0/+26 |
| | |||||
* | Remove deprecated isEnabled call from files_trashbin | Julius Härtl | 2018-01-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -2/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Cleanup unused code | Morris Jobke | 2018-01-26 | 1 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 1 | -4/+4 |
| | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 3 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -2/+5 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update composer | Morris Jobke | 2018-01-12 | 2 | -10/+14 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Composer updated | Roeland Jago Douma | 2018-01-04 | 2 | -16/+12 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-04 | 4 | -16/+56 |
| | |||||
* | Fixes the delete icon not appearing on certain resolutions. | Abijeet | 2018-01-02 | 1 | -0/+4 |
| | | | | | | | | Fixes #7539 Also fixes overlap of text on mobile devices by resorting to just icons on lower resolutions. Signed-off-by: Abijeet <abijeetpatro@gmail.com> | ||||
* | Use proper authorative-autoloader for app autoloaders | Roeland Jago Douma | 2017-12-14 | 2 | -11/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-02 | 2 | -2/+2 |
| | |||||
* | check userExists later, saves lookups for appData_INSTANCEID userids | Arthur Schiwon | 2017-12-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #7051 from nextcloud/breadcrumbs-refactor | Morris Jobke | 2017-11-13 | 1 | -5/+5 |
|\ | | | | | Breadcrumbs refactor | ||||
| * | Fixed remaining tests | John Molakvoæ (skjnldsv) | 2017-11-08 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-11 | 14 | -28/+218 |
| | |