summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* remove shadow effects from info, search and settings icon, reduce sizeJan-Christoph Borchardt2014-07-026-33/+6
|
* remove shadow effects from places icons, reduce sizeJan-Christoph Borchardt2014-07-0215-50/+12
|
* allow horizontal scrollbar in settings to make user mgmt usable on mobileJan-Christoph Borchardt2014-07-021-0/+5
|
* prevent overflow in user management controls bar, fix #9277Jan-Christoph Borchardt2014-07-021-0/+9
|
* Merge pull request #9341 from owncloud/sharing-fileactions-fixMorris Jobke2014-07-021-2/+9
|\ | | | | Fix fileActionsReady event after deferred file actions update
| * Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-011-2/+9
| | | | | | | | | | | | | | | | | | Whenever file actions are modified, either by registering new actions or when appending a new page of entries, the sharing app is now notified so it can correctly refresh the sharing icon status. Additionally, the core's loadIcons() method is also used to load the existing shares and also refresh the sharing icons afterwards.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-021-0/+4
|/
* fix the layout of the enforced expiry date messageMorris Jobke2014-07-011-1/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-011-25/+25
|
* make expiration message grey, less present in dropdownJan-Christoph Borchardt2014-06-301-1/+1
|
* fix expire message going out of box, fix #9280Jan-Christoph Borchardt2014-06-301-1/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-303-3/+13
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-291-0/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-2846-0/+46
|
* Unit tests for share dropdown with nested link shareVincent Petry2014-06-272-1/+147
|
* Use file_source to find matching share for nested link sharesVincent Petry2014-06-271-1/+1
|
* Merge pull request #9174 from owncloud/breadcrumbfixJan-Christoph Borchardt2014-06-273-4/+1
|\ | | | | Breadcrumb width calculation fix
| * Removed unused padding-right of the controls barVincent Petry2014-06-242-3/+0
| | | | | | | | | | Removing this doesn't affect the controls bar visually but does affect the breadcrumb calculation when getting available width.
| * Test runner now loads CSS and hides testAreaVincent Petry2014-06-241-1/+1
| | | | | | | | | | | | | | - serve CSS and font files properly to make sure that measurements are correct for the tests that need them (breadcrumb) - added opacity to testArea to make sure nothing is visible during testing
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-2766-70/+27
| |
* | Merge pull request #9211 from owncloud/fix-hidden-share-buttonJan-Christoph Borchardt2014-06-262-3/+5
|\ \ | | | | | | Fix hidden share button and checkbox layout
| * | Fix hidden share button and checkbox layoutMorris Jobke2014-06-252-3/+5
| | | | | | | | | | | | fixes #9101
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-262-0/+13
| | |
* | | Merge pull request #9202 from owncloud/urlhashfixMorris Jobke2014-06-251-0/+4
|\ \ \ | |/ / |/| | Do not clear URL hash when no external mount params given
| * | Fix parsing URL hash when no "?" was specifiedVincent Petry2014-06-251-0/+4
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-255-4/+25
|/ /
* | fixes the layout for error messages on the update pageMorris Jobke2014-06-241-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-241-0/+11
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-231-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-221-0/+9
|
* Merge pull request #9121 from owncloud/filepicker-avoidtwiceMorris Jobke2014-06-201-0/+7
|\ | | | | Prevent showing the file picker twice
| * Prevent showing the file picker twiceVincent Petry2014-06-201-0/+7
| | | | | | | | In case the filepicker function is called twice, only show it once.
* | Merge pull request #9102 from owncloud/viewermode-controlsMorris Jobke2014-06-201-0/+4
|\ \ | |/ |/| Fixed controls bar in viewer mode
| * Fixed controls bar in viewer modeVincent Petry2014-06-181-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-191-0/+23
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-184-7/+45
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-174-0/+25
|
* fix CSS for upload button - fixes #8939Morris Jobke2014-06-161-5/+0
|
* Merge pull request #9040 from owncloud/fix-xssMorris Jobke2014-06-161-5/+5
|\ | | | | Sanitize name of sharee
| * Do even more sanitizationLukas Reschke2014-06-141-5/+5
| |
* | Merge pull request #8917 from owncloud/repair-routine-baseVincent Petry2014-06-162-2/+23
|\ \ | | | | | | Add support for repair step classes
| * | Added RepairStep interface and default repair step listsVincent Petry2014-06-122-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The updater is using "before update" repair steps and "regular" repair steps. The "regular" repair steps are also used by the CLI tool. Currently no steps exist but can be added later in the static methods in the \OC\Repair class. Added unit test to test messaging, error and exception cases.
| * | Add support for repair step classesVincent Petry2014-06-121-0/+13
| | | | | | | | | | | | | | | This also makes it possible to unit test each repair step class individually
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-1613-6/+112
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-1569-394/+67
| |/ |/|
* | add proper Exception message for invalid tokenMorris Jobke2014-06-131-2/+5
| |
* | use array_merge for merging arrays in PHPMorris Jobke2014-06-131-1/+1
| |
* | complete renaming uid to userIdMorris Jobke2014-06-132-6/+6
| |
* | remove whitespace at end of lineMorris Jobke2014-06-131-14/+14
| |
* | Migrate ยด to 'Morris Jobke2014-06-132-5/+5
| |