summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* fix testRobin Appelman2016-07-251-1/+1
|
* block user sorting in recent filesRobin Appelman2016-07-222-1/+7
|
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-2/+1
|
* fix testRobin Appelman2016-07-222-7/+26
|
* Add recent file listingRobin Appelman2016-07-226-2/+285
|
* add recent files api endpointRobin Appelman2016-07-223-18/+56
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Update with robinJoas Schilling2016-07-2112-12/+12
| |
* | Fix apps/Joas Schilling2016-07-2135-60/+96
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-212-4/+4
|
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+1
| | | | Fixes https://github.com/nextcloud/server/issues/50
* Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-201-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-07-182-0/+2
|
* [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
| |\|