summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-07-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-07-124-0/+4
|
* Add new "Recent files" icon to files app (#356)Bugsbane2016-07-112-0/+8
| | | | | | | | | | | | | | | | | | | | | | * Added new "nav-icon-recent" CSS class Added the class "nav-icon-recent" to display the new "recent files" file list view to be added by @icewind1991 in PR https://github.com/nextcloud/server/pull/292 It's now placed after nav-icon-files which was where @jancborchardt was suggesting iirc. * Add new "Recent files" clock icon Add the new icon for "Recent files" file list view in the files app by @icewind1991, as discussed in PR https://github.com/nextcloud/server/pull/292 Icon is already compressed/cleaned by scour rather than svgo as svgo seems to corrupt it. * Alter colour of "Recent" icon from grey to black Change colour of the "recently used files" icon from grey to black, to match other icons in the files app. * Replace recent icon with black, optimized version Just updates the colour of the icon for "Recent files" from a grey version, to a black optimised version.
* [tx-robot] updated from transifexNextcloud bot2016-07-112-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-07-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-07-0910-28/+38
|
* [tx-robot] updated from transifexNextcloud bot2016-07-082-10/+10
|
* Merge pull request #333 from nextcloud/sync-masterLukas Reschke2016-07-072-8/+50
|\ | | | | Sync master
| * Merge branch 'master' into sync-masterMorris Jobke2016-07-0729-255/+628
| |\
| * | Revert "[tx-robot] updated from transifex"Morris Jobke2016-07-0714-56/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3731b2a006eca1e96d4087212a5e779c85a002e4. Revert "[tx-robot] updated from transifex" This reverts commit 94d91113f1206161b00bbc28da00aaf80bcd0a3e. Revert "[tx-robot] updated from transifex" This reverts commit e7cc8bac1e26935ed3bceb2b777659cc72cafdf2. Revert "[tx-robot] updated from transifex" This reverts commit 59fc3ff45a98e305ad65069d31fc78081fa88dc6. Revert "[tx-robot] updated from transifex" This reverts commit 6a89a63d2e5f6d807f6e99823b76f3cfea268c29. Revert "[tx-robot] updated from transifex" This reverts commit b0bad03234329113988d7d9c9cf2613d8f031c5f.
| * | [tx-robot] updated from transifexJenkins for ownCloud2016-07-076-0/+8
| | |
| * | Merge pull request #25325 from owncloud/filelist-prependslashVincent Petry2016-07-062-1/+10
| |\ \ | | | | | | | | Filelist change dir auto-prepend slash
| | * | Filelist change dir auto-prepend slashVincent Petry2016-07-012-1/+10
| | | | | | | | | | | | | | | | | | | | Prepend a slash to directories in case it was missing since many places assume that it's there.
| * | | Ignore invalid paths in the JS file list (#25368)Vincent Petry2016-07-062-0/+39
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-062-2/+4
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-044-0/+14
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-032-2/+22
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-022-0/+8
| |/ /
* | | Merge pull request #312 from nextcloud/files-other-lists-gotoMorris Jobke2016-07-073-1/+60
|\ \ \ | | | | | | | | Add "goto" links for files in non-default file lists
| * | | Add "goto" links for files in non-default file listsRobin Appelman2016-07-053-1/+60
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2016-07-074-2/+24
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-0614-54/+106
|/ /
* | for text use max-height to trim whitespaceMorris Jobke2016-07-041-1/+1
| |
* | adjust padding of text previewMorris Jobke2016-07-041-2/+3
| |
* | Add large sidebar previews for text filesRobin Appelman2016-07-044-10/+83
| |
* | Factor out handling sidebar previewsRobin Appelman2016-07-043-81/+113
| |
* | Merge pull request #275 from nextcloud/master-sync-upstreamBjörn Schießle2016-07-015-2/+29
|\ \ | | | | | | [Master] Sync upstream
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-015-2/+29
| |\|
| | * Prevent infinite loop in search auto-nextpageVincent Petry2016-06-301-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When loading the next page of search results, make sure that the loop can end if there are no more elements in case the total doesn't match. Also added a check to avoid recomputing the search results whenever the setFilter() is called with the same value. This happens when navigating away to another folder, the search field gets cleared automatically and it calls FileList.setFilter('').
| | * [tx-robot] updated from transifexJenkins for ownCloud2016-06-292-0/+16
| | |
| | * [tx-robot] updated from transifexJenkins for ownCloud2016-06-282-0/+8
| | |
* | | Match on 405Lukas Reschke2016-07-012-1/+6
| | |
* | | Match for /../Lukas Reschke2016-07-012-1/+5
| | |
* | | Do not allow directory traversal using "../"Lukas Reschke2016-07-012-1/+5
|/ / | | | | | | | | | | | | | | We should not allow directory traversals using "../" here. To test access the following URL once with and then without this patch: http://localhost/server/index.php/apps/files/?dir=../../This+Should+Not+Be+Here
* | Merge pull request #236 from nextcloud/master-sync-upstreamMorris Jobke2016-06-282-4/+29
|\ \ | | | | | | [Master] sync upstream
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-272-4/+29
| |\|
| | * Merge pull request #25237 from owncloud/search-filelistnextpageresultsVincent Petry2016-06-272-4/+29
| | |\ | | | | | | | | Prerender file list pages to include search results
| | | * Prerender file list pages to include search resultsVincent Petry2016-06-242-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | When filtering the file list, if a result is on an unrendered page, make sure to call _nextPage() to prerender the pages in order to display all matching results.
* | | | Add app:check-code for already compatible appsMorris Jobke2016-06-273-8/+0
|/ / / | | | | | | | | | | | | | | | * admin_audit, comments, federation * removed not needed call to OC_Util::checkAdminUser() (is already done by the request handler before)
* | | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-269-4/+95
|\| |
| * | Hide search results after switching directoryVincent Petry2016-06-241-0/+7
| | | | | | | | | | | | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear.
| * | Fix search result link for file results outside default listVincent Petry2016-06-241-2/+2
| |/ | | | | | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list.
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-244-2/+60
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-224-0/+26
| |
* | changes emptycontent icon to drag-accept on file-dragVincent Chan2016-06-231-1/+2
| |
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-2110-2/+104
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-202-0/+40
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-174-0/+44
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-154-2/+6
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-142-0/+14
| |