aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Migrate SFTP_Key external storage to new APIRobin McCorkell2015-08-2810-287/+177
| | | | | The SFTP backend now supports public key authentication alongside password authentication.
* Migrate SMB_OC external storage to new APIRobin McCorkell2015-08-284-142/+68
| | | | | SMB_OC has been merged with SMB, via the identifier aliases mechanism. Legacy migration is done to the Session Credentials password mechanism
* Migrate Swift external storage to new APIRobin McCorkell2015-08-285-18/+159
| | | | | The Rackspace/OpenStack differences have been split into separate auth mechanisms, with correct legacy migration
* Merge pull request #18621 from owncloud/filetype-icons-elsewhereJan-Christoph Borchardt2015-08-284-5/+5
|\ | | | | fix filetype icons elsewhere, empty page, sidebar, apps menu
| * fix filetype icons elsewhere, empty page, sidebar, apps menuJan-Christoph Borchardt2015-08-284-5/+5
| |
* | Merge pull request #18606 from owncloud/fix-filename-overflow-sidebarMorris Jobke2015-08-281-1/+24
|\ \ | | | | | | fix right sidebar causing filename overflow, fix #18383
| * | fix right sidebar causing filename overflow, fix #18383Jan-Christoph Borchardt2015-08-271-1/+24
| |/
* | Merge pull request #18614 from owncloud/fix-favorites-displayVincent Petry2015-08-282-2/+10
|\ \ | | | | | | restore behavior where favorite stars only show up on hover, to not clutter the interface so much
| * | restore behavior where favorite stars only show up on hover, to not clutter ↵Jan-Christoph Borchardt2015-08-272-2/+10
| |/ | | | | | | the interface so much
* / [tx-robot] updated from transifexJenkins for ownCloud2015-08-2814-8/+110
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-278-0/+80
|
* reduce grey tones to one for list highlightJan-Christoph Borchardt2015-08-261-15/+15
|
* reduce grey tones in app navigation, bubble menu and scrollbarJan-Christoph Borchardt2015-08-2613-11/+11
|
* Merge pull request #18577 from owncloud/action-detailsMorris Jobke2015-08-263-35/+52
|\ | | | | file action detail style fixes
| * fix unit testsMorris Jobke2015-08-261-8/+8
| |
| * properly shade file actions and menu items, don't differentiate between ↵Jan-Christoph Borchardt2015-08-262-21/+36
| | | | | | | | mobile and desktop
| * proper padding and whitespace for share and more actionsJan-Christoph Borchardt2015-08-262-6/+9
| |
| * use same font-size for share action textJan-Christoph Borchardt2015-08-261-1/+0
| |
* | Remove languages which are no longer maintained on transifexThomas Müller2015-08-26110-1111/+0
| |
* | Merge pull request #18042 from GreenArchon/masterMorris Jobke2015-08-262-7/+35
|\ \ | | | | | | Properly nest groups when using memberOf to detect group membership, …
| * | fix more review comments for #18042 / #17759Frédéric Fortier2015-08-071-4/+3
| | |
| * | Take review comments into consideration for pr #18042 / issue #17759Frédéric Fortier2015-08-041-16/+13
| | |
| * | Properly nest groups when using memberOf to detect group membership, fixes ↵Frédéric Fortier2015-08-032-7/+39
| | | | | | | | | | | | #17759
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-08-2626-4/+200
| |/ |/|
* | adjust dropdown borders to button bordersChristoph Wurst2015-08-251-1/+1
| |
* | Merge pull request #18564 from owncloud/fix-transifex-syncMorris Jobke2015-08-25542-4204/+3660
|\ \ | | | | | | Update slug
| * | [tx-robot] updated from transifexJenkins for ownCloud2015-08-25542-4204/+3660
| | |
* | | Merge pull request #18554 from owncloud/fix-gs-share-masterMorris Jobke2015-08-252-2/+13
|\ \ \ | | | | | | | | Simply hide sharing buttons for IE8
| * | | don't load gs-shareThomas Müller2015-08-251-2/+4
| | | |
| * | | Simply hide sharing buttons for IE8 - fixes #18011Thomas Müller2015-08-252-0/+9
| | | |
* | | | Merge pull request #18558 from owncloud/ext-objectstoreLukas Reschke2015-08-252-2/+16
|\ \ \ \ | |_|/ / |/| | | Prevent objectstore being set from client side
| * | | Prevent objectstore being set from client sideRobin McCorkell2015-08-252-2/+16
| | | |
* | | | Merge pull request #18550 from owncloud/mobile-shared-styleJan-Christoph Borchardt2015-08-251-6/+6
|\ \ \ \ | | | | | | | | | | fix being able to distinguish shared items on mobile
| * | | | fix being able to distinguish shared items on mobileJan-Christoph Borchardt2015-08-251-6/+6
| |/ / /
* | | | Merge pull request #18543 from owncloud/remove-linesJan-Christoph Borchardt2015-08-251-2/+6
|\ \ \ \ | |_|/ / |/| | | Remove some lines
| * | | reduce files table header lineJan-Christoph Borchardt2015-08-251-2/+6
| |/ /
* | | Merge pull request #18538 from owncloud/sidebar-improvementsVincent Petry2015-08-257-6/+54
|\ \ \ | |/ / |/| | Fix sidebar for trashbin and others
| * | Fix row highlight in other file listsVincent Petry2015-08-251-0/+1
| | |
| * | Fix trashbin sidebarVincent Petry2015-08-254-4/+47
| | | | | | | | | | | | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix.
| * | Properly hide sidebar when switching between files app sectionsVincent Petry2015-08-252-2/+6
| | | | | | | | | | | | | | | Since there are multiple sidebars, one for each files app section, we need to hide the correct ones.
* | | Merge pull request #18440 from owncloud/ext-backends.customjsMorris Jobke2015-08-2516-308/+529
|\ \ \ | |/ / |/| | Migrate custom JS external storage backends to new registration API [part 2]
| * | Migrate Google external storage to new APIRobin McCorkell2015-08-258-147/+201
| | |
| * | Migrate Dropbox external storage to new APIRobin McCorkell2015-08-258-130/+189
| | |
| * | Migrate AmazonS3 external storage to new APIRobin McCorkell2015-08-254-27/+109
| | |
| * | Add on-backend and on-auth-mechanism events to JSRobin McCorkell2015-08-251-4/+30
| | |
* | | Merge pull request #18523 from owncloud/crazy-scannerThomas Müller2015-08-252-4/+11
|\ \ \ | | | | | | | | Prevent bkg scanner going crazy with unavailable storages (ajax/scan.php)
| * | | Prevent scanner going crazy with unavailable storagesVincent Petry2015-08-242-4/+11
| | | |
* | | | Merge pull request #18445 from owncloud/ext-only-setuservars-stringMorris Jobke2015-08-2511-22/+83
|\ \ \ \ | |_|/ / |/| | | setUserVars() should only attempt substitution with strings
| * | | Convert string booleans to real booleansRobin McCorkell2015-08-207-17/+76
| | | | | | | | | | | | | | | | | | | | Legacy compatibility, from the days in stable8 when checkbox boolean values were stored as the strings 'true' and 'false'.
| * | | setUserVars() should only attempt substitution with stringsRobin McCorkell2015-08-204-5/+7
| | | |