summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix SPACE_UNKNOWN constantRobin Appelman2014-10-161-1/+1
|
* make trashbin compatible with objectstore, replace glob with search in ↵Jörn Friedrich Dreyer2014-10-161-5/+13
| | | | cache, make unknown free space work like unlimited free space
* introduce new app page layoutThomas Müller2014-10-151-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
| | | | | | This allows to have links to different doc base URLs a.
* Merge pull request #11474 from owncloud/fix_trash_permission_checkMorris Jobke2014-10-091-1/+1
|\ | | | | check if I can create a file at the location
| * check if I can create a file at the locationBjoern Schiessle2014-10-081-1/+1
| |
* | Forgot a '.'MTRichards2014-10-081-1/+1
| |
* | Updated info.xml app descriptionMTRichards2014-10-081-11/+2
|/ | | Made app description paralell in structure to other app descriptions
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-281-1/+1
|
* Merge pull request #11234 from owncloud/fix-icon-classesJan-Christoph Borchardt2014-09-232-4/+4
|\ | | | | Fix icon classes, disappeared delete icon
| * correct progress-icon to icon-loading-smallJan-Christoph Borchardt2014-09-222-4/+4
| |
| * correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-222-4/+4
| |
* | Merge pull request #11137 from owncloud/enc-pregfixVincent Petry2014-09-231-5/+1
|\ \ | |/ |/| Fix share key pattern matching
| * Fix share key finding algorithm in various casesVincent Petry2014-09-231-5/+1
| | | | | | | | | | | | | | | | | | | | | | Instead of inaccurate pattern matching, use the list of users who we know have access to the file to build the list of share keys. This covers the following cases: - Move/copy files into a subfolder within a share - Unsharing from a user - Deleting files directlry / moving share keys to trashbin
* | Added extra check to avoid deleting key foldersVincent Petry2014-09-191-0/+26
|/ | | | | | | | | | | | Whenever a delete operation is called twice in a row, it could happen that the first call already deleted the file. The second call would return an empty $ownerPath because the file does not exist. That empty $ownerPath would run the key deletion operation on the wrong path. This fix adds checks in many places to make sure we don't use $ownerPath when it's empty or null.
* Merge pull request #11081 from owncloud/trash_fix_expireLukas Reschke2014-09-161-1/+1
|\ | | | | also expire file if timestamp = limit, happens if trashbin_retention_obl...
| * also expire file if timestamp = limit, happens if ↵Bjoern Schiessle2014-09-151-1/+1
| | | | | | | | trashbin_retention_obligation is set to zero
* | Merge pull request #10663 from owncloud/files_trashbin_original_pathMorris Jobke2014-09-162-5/+53
|\ \ | | | | | | Show original path information in trashbin and for shares
| * | Show original path information in trashbin and sharing viewsRobin McCorkell2014-09-112-5/+53
| |/ | | | | | | Path will only be shown if in subdirectory, not in root.
* / remove obsolete language filesVolkan Gezer2014-09-131-6/+0
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-111-3/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-021-0/+5
|
* Use public api for getting l10nRobin Appelman2014-08-314-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-311-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-301-1/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-281-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-261-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-241-1/+2
|
* Merge pull request #10522 from owncloud/removeLoadAppScriptblizzz2014-08-211-0/+9
|\ | | | | Remove loadAppScriptFile
| * Add routing to files_trashbinLukas Reschke2014-08-191-0/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-191-1/+3
|/
* Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-171-15/+0
|\ | | | | remove obsolete japanese lang code
| * remove obsolete japanese lang codeVolkan Gezer2014-08-131-15/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-171-0/+11
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-161-0/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-131-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-111-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-181-5/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-171-0/+14
|
* throw exception if file is to large for trash binBjoern Schiessle2014-07-153-6/+46
|
* add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
|
* Hide the size in the trashbin summary rowVincent Petry2014-07-031-0/+3
| | | | | This also fixes the extra spacing that appearing on the right of the table.
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-301-1/+1
|
* Sync file list with file actionsVincent Petry2014-06-271-0/+1
| | | | | | | | | | | | | | Whenever file actions are registered later, now the file lists are automatically notified. Added FileActions.addUpdateListener() to be able to receive such notifications. This removes the need for apps to manually call FileActions.display() after registering new actions. This fixes issues with race conditions when file actions are registered after the file list was already rendered.
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-271-1/+1
|
* Merge pull request #9051 from owncloud/Bagera-masterFrank Karlitschek2014-06-261-0/+4
|\ | | | | Fix delete action height
| * fix padding for last cell in summary of trashbinMorris Jobke2014-06-261-0/+4
| |
* | Merge pull request #9093 from owncloud/remove_unused_codeMorris Jobke2014-06-191-1/+1
|\ \ | | | | | | remove unused code
| * | remove unused codeBjoern Schiessle2014-06-181-1/+1
| |/
* | add additional tests for the trash binBjoern Schiessle2014-06-182-9/+132
| |