summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-292-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-282-0/+8
|
* Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2718-5/+42
|\ | | | | Update license headers
| * update license headers and authorsMorris Jobke2015-06-2518-5/+42
| |
* | fix z-index of share-autocompleteJan-Christoph Borchardt2015-06-261-0/+1
| |
* | Merge pull request #17008 from owncloud/fix-17006Björn Schießle2015-06-261-0/+2
|\ \ | | | | | | Improve splitting of username and remote adress when username contains an `@`
| * | Use \OC\HintException and translate the hintJoas Schilling2015-06-221-0/+2
| | |
* | | Merge pull request #17165 from ↵Thomas Müller2015-06-261-0/+16
|\ \ \ | | | | | | | | | | | | | | | | owncloud/federated_cloud_sharing_search_address_book Search address book for federated cloud id
| * | | search address book for federated cloud idBjoern Schiessle2015-06-251-0/+16
| | | |
* | | | Fix for #17178Roeland Jago Douma2015-06-251-2/+9
| |_|/ |/| | | | | | | | | | | | | | If no array of arrays is submitted make sure we still keep $sharedUsers and $sharedGroups as arrays so the rest of the code keeps functioning as it should.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2510-4/+42
|/ /
* | Merge pull request #17105 from owncloud/app-content-z-indexMorris Jobke2015-06-241-1/+1
|\ \ | | | | | | explicitly set z-index on app-content, fix overlap from navigation
| * | explicitly set z-index on app-content, fix overlap from navigationJan-Christoph Borchardt2015-06-231-1/+1
| | |
* | | Use non-zero exit code when app is not compliant (so CIs can detect the status)Joas Schilling2015-06-241-0/+1
| | |
* | | Merge pull request #17095 from owncloud/proper-error-handlingMorris Jobke2015-06-231-7/+10
|\ \ \ | |/ / |/| | Proper error handling
| * | [updater] keep maintenance active on failure and mark failure in redMorris Jobke2015-06-231-1/+2
| | |
| * | [updater] propagate error case properlyMorris Jobke2015-06-231-6/+8
| | | | | | | | | | | | | | | | | | * add $success to the updateEnd hook * add new return code for a update failure * add exception class to failure hook message
* | | [upgrade] print update message before running the update codeMorris Jobke2015-06-231-0/+3
|/ / | | | | | | * otherwise you don't know during which app update something failed
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-234-2/+6
| |
* | Merge pull request #17068 from owncloud/fix_16878VicDeo2015-06-221-0/+4
|\ \ | |/ |/| fix search for results only from subfolder
| * remove whitespace on bottom when no search results, fix laylout, fix #16878Jan-Christoph Borchardt2015-06-221-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-212-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-202-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-1810-6/+32
|
* Merge pull request #16973 from owncloud/button-close-sidebarLukas Reschke2015-06-171-1/+1
|\ | | | | Let buttons hide the sidebar
| * let buttons hide the sidebarHendrik Leppelsack2015-06-161-1/+1
| |
* | Merge pull request #16893 from owncloud/fixSlideToggleMorris Jobke2015-06-171-1/+1
|\ \ | | | | | | Fix childs of slideToggle not sliding the target
| * | fix childs of slideToggle not sliding the targetHendrik Leppelsack2015-06-111-1/+1
| | |
* | | Correc type annotationLukas Reschke2015-06-171-3/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-1716-0/+30
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-1656-108/+0
| |
* | Add `no-store` to AppFrameworkLukas Reschke2015-06-151-2/+1
| |
* | Merge pull request #16931 from owncloud/make-security-checks-more-stringentThomas Müller2015-06-152-15/+34
|\ \ | | | | | | Align recommended settings
| * | Align recommended settingsLukas Reschke2015-06-152-15/+34
| | | | | | | | | | | | | | | | | | This aligns the recommended setting with the max-age of `15768000` as described in our documentation. Furthermore it fixes some logical problems with the code, unit tests has been added as well. Fixes https://github.com/owncloud/core/issues/16673
* | | Merge pull request #16802 from Brewal/masterThomas Müller2015-06-151-2/+2
|\ \ \ | |/ / |/| | Fixed "p" element containing a "div"
| * | Changed a p element by a div Brewal2015-06-081-2/+2
| | | | | | | | | A p element cannot contain a div element (here `<div style="clear: both;"></div>`). It should be change by a div element to fits standards.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-152-104/+412
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-142-0/+18
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-132-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-122-2/+8
| | |
* | | Fix error message and add 'user' to itJens-Christian Fischer2015-06-111-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-114-0/+20
| | |
* | | Merge pull request #16860 from owncloud/fix-appmenuMorris Jobke2015-06-101-2/+2
|\ \ \ | | | | | | | | fix app menu not showing on mobile, fix #16844
| * | | fix app menu not showing on mobile, fix #16844Jan-Christoph Borchardt2015-06-101-2/+2
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-102-0/+2
| | |
* | | Merge pull request #16810 from owncloud/disable-search-if-not-implementedThomas Müller2015-06-091-12/+24
|\ \ \ | |/ / |/| | Disable search field in case there is no search available to the curr…
| * | Bring back filtering on apps management pageThomas Müller2015-06-091-1/+3
| | |
| * | Search results have to explicitly be added to the content area of the appThomas Müller2015-06-091-8/+5
| | |
| * | Disable search field in case there is no search available to the current ↵Thomas Müller2015-06-081-4/+17
| |/ | | | | | | selected app - fixes #14544
* | Upgrade jquery-migrate to 1.2.1Morris Jobke2015-06-097-516/+544
| |