summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * | | fix search box wrapping on very narrow screensJan-Christoph Borchardt2014-04-091-0/+1
| | | |
* | | | javascript code cleanup + fixing syntax errorsThomas Müller2014-04-141-173/+166
| | | |
* | | | Revert "close-button for share_dropdown"Julian Müller2014-04-141-5/+0
| | | | | | | | | | | | | | | | This reverts commit 3bc3d4c9f346b378853ccf36f49e2f3816ea721d.
* | | | close-button for share_dropdownJulian Müller2014-04-141-0/+5
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-112-1/+2
| | | |
* | | | Merge pull request #5857 from owncloud/type-ahead-share-by-mail-masterThomas Müller2014-04-112-0/+48
|\ \ \ \ | |_|/ / |/| | | introduce auto completion on share email - integrated with the contactsm...
| * | | Fix copy/paste error :PThomas Tanghus2014-03-251-1/+1
| | | |
| * | | 'ID' => 'id' and check existence of EMAILThomas Tanghus2014-03-251-1/+5
| | | |
| * | | introduce auto completion on share email - integrated with the ↵Thomas Müller2013-11-142-0/+44
| | | | | | | | | | | | | | | | contactsmanager api
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-104-0/+6
| | | |
* | | | Moved SVGSupport call to use OC.Util.SVGSupport()Vincent Petry2014-04-092-6/+6
| | | |