summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-08-172-2/+2
|
* Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-172-85/+20
|\ | | | | IE8 be gone!
| * Remove IE8 support from ViewControllerRoeland Jago Douma2016-08-162-85/+20
| | | | | | | | | | * Update tests * Fix getMock in tests
* | [tx-robot] updated from transifexNextcloud bot2016-08-172-2/+6
| |
* | Merge branch 'master' into implement_712Arthur Schiwon2016-08-164-4/+10
|\|
| * [tx-robot] updated from transifexNextcloud bot2016-08-164-4/+10
| |
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-1510-10/+28
|\|
| * [tx-robot] updated from transifexNextcloud bot2016-08-152-2/+6
| |
| * [tx-robot] updated from transifexNextcloud bot2016-08-128-8/+22
| |
* | Use MockBuilder instead of createMockLukas Reschke2016-08-151-2/+2
| | | | | | | | CI uses an older PHPUnit
* | Add unit testsLukas Reschke2016-08-151-0/+83
| |
* | move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-133-69/+1
| | | | | | | | gets its own section
* | change casing in section display namesArthur Schiwon2016-08-131-1/+1
| |
* | adjust files app, and integrate files_external into that sectionArthur Schiwon2016-08-115-54/+166
|/
* [tx-robot] updated from transifexNextcloud bot2016-08-052-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-08-042-8/+8
|
* Merge pull request #653 from nextcloud/animate-sidebarMorris Jobke2016-08-011-0/+4
|\ | | | | slight animation for the sidebar for better feedback what happens
| * Fix javascript tests for sidebar animationJulius Haertl2016-07-301-0/+4
| |
* | Merge pull request #674 from nextcloud/action-menu-positionLukas Reschke2016-08-011-7/+0
|\ \ | | | | | | remove extra file size padding to fix action menu position
| * | remove extra file size padding to fix action menu positionJan-Christoph Borchardt2016-07-301-7/+0
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-08-014-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-312-0/+2
|/ /
* / [tx-robot] updated from transifexNextcloud bot2016-07-308-6/+70
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-294-0/+8
|
* fix js testRobin Appelman2016-07-271-5/+10
|
* only load sidebar previews when we know it's availableRobin Appelman2016-07-272-5/+16
|
* dont load filelist previews if we know we dont have oneRobin Appelman2016-07-271-1/+1
|
* [tx-robot] updated from transifexNextcloud bot2016-07-2710-4/+14
|
* Merge pull request #292 from nextcloud/recent-filesWilliam Bargent2016-07-2512-28/+373
|\ | | | | Add "Recent" file listing
| * 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
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-252-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-232-6/+6
| |
* | Also increase the min versionJoas Schilling2016-07-221-1/+1
| |
* | bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|/
* 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.