summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Expand)AuthorAgeFilesLines
* Check variable type before using readdir to avoid surprises and fix #4667 #46...Arthur Schiwon2013-09-021-14/+16
* use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-211-1/+1
* make trash bin aware of system wide mounts with respect to encryption keysBjörn Schießle2013-07-051-7/+21
* only escape glob patternBjörn Schießle2013-06-171-11/+15
* fix https://github.com/owncloud/core/issues/3320Georg Ehrke2013-05-271-0/+1
* add event.preventDefault to undelete functionGeorg Ehrke2013-05-271-0/+1
* fixed missing directory creation in files_trashbinFlorin Peter2013-05-241-0/+1
* backport trashbin: enable trashbin to handle encryption keysBjörn Schießle2013-05-242-223/+494
* touch() needs to be performed relative to user/files otherwise ownCloud doesn...Björn Schießle2013-05-141-1/+4
* Merge pull request #3245 from owncloud/use-$viewLukas Reschke2013-05-061-2/+1
* improved free space calculation if no quota is set, discussed in #2936Björn Schießle2013-04-161-23/+43
* add explenation of the expire function to the apps descriptionBjörn Schießle2013-04-151-1/+14
* write a info message to the log if a file gets removed from the trash bin aut...Björn Schießle2013-04-151-0/+2
* cleanup the trash bin tables in the database after a user was deletedBjörn Schießle2013-04-113-1/+33
* size of the trash bin could be incorrect, remove it for all users to enforce ...Björn Schießle2013-04-092-36/+6
* only add filesize to trashbin size if the file was moved to the trash bin suc...Björn Schießle2013-04-091-2/+4
* add backticks around table namesBjörn Schießle2013-03-221-9/+9
* Add backtick for trash app to prevent pg errorsBrice Maron2013-03-152-12/+12
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-102-4/+5
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-0929-29/+66
* [tx-robot] updated from transifexJenkins for ownCloud2013-03-081-0/+8
* add dirlisting var to file listBjörn Schießle2013-03-071-0/+1
* no dir parameter neededBjörn Schießle2013-03-071-1/+1
* let the home icon link to the files view in the trash binBjörn Schießle2013-03-072-1/+22
* Merge pull request #2090 from owncloud/fixing-2089-masterFrank Karlitschek2013-03-041-1/+1
|\
| * fixes #2089Thomas Mueller2013-03-041-1/+1
* | Merge pull request #2030 from j-ed/masterBernhard Posselt2013-03-041-2/+2
|\ \ | |/ |/|
| * Update app.phpj-ed2013-03-021-2/+2
* | Corrects Files Layout in Trashbinraghunayyar2013-03-041-1/+1
* | make trashbin work with different user homesBjörn Schießle2013-03-041-4/+4
* | Merge pull request #2069 from owncloud/fix_sanitize_callLukas Reschke2013-03-041-1/+1
|\ \
| * | fix p() callBjörn Schießle2013-03-041-1/+1
* | | fix type in var nameBjörn Schießle2013-03-041-1/+1
* | | fix quota calculation for trash and versionsBjörn Schießle2013-03-041-1/+1
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2013-03-041-1/+2
* | Merge masterLukas Reschke2013-03-011-0/+6
|\ \
| * | add additional parameter to signalBjörn Schießle2013-03-011-2/+6
| * | add post_moveToTrash and post_restore signals to the trash binBjörn Schießle2013-03-011-0/+2
* | | Merge masterLukas Reschke2013-02-284-31/+71
|\| |
| * | Trash: fix opening foldersRobin Appelman2013-02-281-2/+4
| * | Trash: disable text editor from trash for nowRobin Appelman2013-02-271-0/+4
| * | Trash: fix download.phpRobin Appelman2013-02-271-1/+1
| * | Trash: fix trash when default quota is usedRobin Appelman2013-02-271-1/+1
| * | Merge master into trash_fileactionsRobin Appelman2013-02-2772-223/+796
| |\|
| * | merge master into trash_fileactionsRobin Appelman2013-02-0866-15/+543
| |\ \
| * | | Trash: use the same sorting algoritm as filesRobin Appelman2013-01-311-0/+12
| * | | Trash: fix opening foldersRobin Appelman2013-01-311-0/+2
| * | | Trash: enable fileactions while viewing trashRobin Appelman2013-01-311-9/+27
| * | | Trash: don't use depricated filesystem api classesRobin Appelman2013-01-312-107/+107
| * | | Trash: highlight Files navigation entry while in trashRobin Appelman2013-01-311-14/+16