summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix file summary to use the whole file listVincent Petry2014-04-282-0/+20
| | | | | | - moved the summary code into a new class FileSummary - FileSummary is calculated only once, then updated with add/remove - added new OC.Util namespace for JS utility functions
* Added infinite scrolling (in-memory list)Vincent Petry2014-04-281-1/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-284-9/+52
|
* Merge pull request #8352 from owncloud/iconsJan-Christoph Borchardt2014-04-2514-21/+9
|\ | | | | Icon improvements
| * remove metadataMorris Jobke2014-04-255-45/+0
| |
| * use trash as delete icon to differentiate from closeJan-Christoph Borchardt2014-04-254-11/+3
| |
| * compress view-close iconJan-Christoph Borchardt2014-04-251-54/+11
| |
| * improve upload and download iconsJan-Christoph Borchardt2014-04-224-6/+21
| |
| * improve delete and close iconsJan-Christoph Borchardt2014-04-226-12/+73
| |
| * thinner add iconJan-Christoph Borchardt2014-04-222-3/+11
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-257-6/+145
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-241-0/+1
| |
* | Merge pull request #8213 from cbojar/masterThomas Müller2014-04-231-25/+19
|\ \ | | | | | | Clean up js.js along suggestions from scrutinizer-ci, fixes #8204.
| * | Clean up js.js along suggestions from scrutinizer-ci, fixes #8204.cbojar2014-04-161-26/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also used JSHint.com to find a few other issues. -Strict comparisons (===) -Fixed regex escaping errors -Refactored OC.buildQueryString to use jQuery.map -Missing semicolons -Braces around if block Left some of the mixed spaces/tabs as they are for alignment in comments.
* | | Merge pull request #8315 from owncloud/fix-8294Thomas Müller2014-04-232-0/+10321
|\ \ \ | | | | | | | | add uncompressed jquery files - fixes #8294
| * | | add uncompressed jquery files - fixes #8294Volkan Gezer2014-04-232-0/+10321
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-2368-66/+19
|/ / /
* | | Merge pull request #8286 from owncloud/use-proper-jsdocThomas Müller2014-04-224-148/+296
|\ \ \ | |_|/ |/| | Use proper JSDoc documentation instead of inconsistent documentation styles
| * | Fix typo Lukas Reschke2014-04-221-2/+2
| | | | | | | | | to => too
| * | fixing typosThomas Müller2014-04-221-25/+24
| | |
| * | fixing typoThomas Müller2014-04-221-1/+1
| | |
| * | Fix JSDocLukas Reschke2014-04-214-41/+43
| | |
| * | Reuse selectorLukas Reschke2014-04-211-7/+9
| | |
| * | Use proper JSDoc documentationLukas Reschke2014-04-211-86/+231
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-223-3/+6
| | |
* | | Some more PHPDoc fixesLukas Reschke2014-04-211-1/+1
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-211-0/+1
| |
* | Merge pull request #8229 from owncloud/menutoggle-mobileLukas Reschke2014-04-201-0/+5
|\ \ | | | | | | do not show menu toggle on public share links as there is no menu
| * | do not show menu toggle on public share links as there is no menuJan-Christoph Borchardt2014-04-161-0/+5
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-192-24/+24
| | |
* | | Merge pull request #8246 from Gared/masterMorris Jobke2014-04-171-19/+21
|\ \ \ | | | | | | | | Fix javascript error in calendar app
| * | | Fix javascript error in calendar appStefan2014-04-161-19/+21
| | | | | | | | | | | | | | | | | | | | | | | | Fix owncloud/calendar#409 If you haven't allowed to share items per email the element "email" will never appear and you will get a null exception. License: WTFPL
* | | | Merge pull request #8236 from owncloud/header-right-fixMorris Jobke2014-04-171-7/+49
|\ \ \ \ | | | | | | | | | | remove duplication of header and 'header-right' element, also ellipsize when too wide
| * | | | fix header code duplication, code style fixesJan-Christoph Borchardt2014-04-161-5/+28
| | | | |
| * | | | remove duplication of 'header-right' element, also make it overflow when too ↵Jan-Christoph Borchardt2014-04-161-3/+22
| | |/ / | |/| | | | | | | | | | wide
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-172-3/+46
| |_|/ |/| |
* | | Merge pull request #7994 from owncloud/fix-login-fieldsMorris Jobke2014-04-161-15/+39
|\ \ \ | |_|/ |/| | Fix login fields
| * | fix overlapping infield labelsJan-Christoph Borchardt2014-04-161-1/+1
| | |
| * | fix database infield label indentationJan-Christoph Borchardt2014-04-161-1/+3
| | |
| * | fix sizing for fields when password is shownJan-Christoph Borchardt2014-04-161-9/+6
| | |
| * | make infield labels use less space so pasting in is easierJan-Christoph Borchardt2014-04-011-3/+8
| | |
| * | fix log in input sizing caused by core input field switch to pxJan-Christoph Borchardt2014-04-011-11/+31
| | |
* | | Merge pull request #8235 from owncloud/fix-error-mobileJan-Christoph Borchardt2014-04-162-2/+10
|\ \ \ | | | | | | | | fix error display on smaller screens, fix #8090
| * | | fix error display on smaller screens, fix #8090Jan-Christoph Borchardt2014-04-162-2/+10
| | |/ | |/|
* | | Merge pull request #8157 from owncloud/share-expiration-smooth-hideJan-Christoph Borchardt2014-04-161-5/+6
|\ \ \ | |/ / |/| | Expiration date is hidden smoothly
| * | Expiration date is hidden smoothlyVolkan Gezer2014-04-101-5/+6
| | | | | | | | | | | | From now on, it is hidden smoothly as the other fields do.
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-161-0/+1
| | |
* | | Merge pull request #8211 from owncloud/flush-head-masterThomas Müller2014-04-153-3/+3
|\ \ \ | | | | | | | | Flush the Buffer Early - right after head
| * | | Flush the Buffer Early - right after headThomas Müller2014-04-153-3/+3
| | | |
* | | | Merge pull request #8127 from owncloud/searchresults-mobileThomas Müller2014-04-151-0/+1
|\ \ \ \ | |/ / / |/| | | make search results work on mobile as well