summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-04-054-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-04-032-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-04-012-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-03-318-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-03-3014-12/+40
|
* Better styling of the empty content messages in the sidebarJoas Schilling2017-03-282-6/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-03-2764-128/+64
|
* [tx-robot] updated from transifexNextcloud bot2017-03-252-0/+2
|
* Merge JS for files_versionsLukas Reschke2017-03-242-4/+7
| | | | | | Shaves off 3 requests. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* added quit option in commentstabview.jsnoveens2017-03-232-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added quit option in notif in app.js added quit option in notif in file-upload.js added quit option in notif in fileinfomodel.js added quit option in notif in filelist.js added quit option in notif in filelist.js added quit option in notif in tagsplugin.js added quit option in notif in statusmanager.js added quit option in notif in external.js added quit option in notif in versionstabview.js added quit option in notif in notification.js changes according to the latest review. timeout removed since there is a button to close it translation capability added typo fixed test files updated small errors fixed Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-03-202-0/+4
|
* Merge pull request #2824 from nextcloud/ext-storage-expireversionsMorris Jobke2017-03-163-10/+29
|\ | | | | Properly expire ext storage versions (#26601)
| * Properly expire ext storage versions (#26601)Vincent Petry2017-03-103-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Properly expire ext storage versions System-wide external storages have no real owner so the current user is used as owner. However when running cron.php there is no current user, so no expiry can be done. This fix adds an user argument to the expire() function to tell for which user to expire files. This information is anyway always available now through the expire command job. * Move version expire setupFS into the expire function * Add comment about not tearing down in version Storage::expire() Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2017-03-122-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2017-03-032-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-03-0214-0/+160
|
* [tx-robot] updated from transifexNextcloud bot2017-02-144-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-02-122-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2017-02-112-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-02-042-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-02-032-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-02-024-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-02-012-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-01-276-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-01-162-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-112-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-092-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-042-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-01-022-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-12-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-12-282-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-12-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-12-206-0/+10
|
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2016-12-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-12-092-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-12-082-0/+2
|
* Merge pull request #2519 from nextcloud/404-versions-downloadRoeland Jago Douma2016-12-061-1/+9
|\ | | | | Show nice error page for not available versions
| * Show nice error page for not available versionsMorris Jobke2016-12-051-1/+9
| | | | | | | | | | | | * fixes #1464 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2016-12-062-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2016-12-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-12-0414-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2016-12-03114-228/+228
|
* add icon if no versions are availableBjoern Schiessle2016-12-022-2/+10
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix js testsRoeland Jago Douma2016-11-292-11/+11
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Show mimeicon when versions don't have a previewRoeland Jago Douma2016-11-293-3/+48
| | | | | | Fixes #2413 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2016-11-268-4/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-11-218-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-11-208-0/+8
|