summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-10/+0
|
* More tests for joinPathsVincent Petry2016-03-161-0/+3
|
* Add OC.joinPaths for convenient path joiningVincent Petry2016-03-162-0/+80
|
* Fix on shared groups assignment.Leonardo Diez2016-02-221-1/+1
|
* Remove invalid type-castLukas Reschke2016-02-131-4/+4
| | | | | | This is an `is_array` operation and not a `in_array` one. Thus this typecast is not required. Fixes https://github.com/owncloud/core/issues/20095
* Use proper format when setting the expiration dateThomas Müller2015-10-161-2/+4
|
* Set expiration date on password changeThomas Müller2015-10-152-1/+5
|
* Only show expiration date in the web ui if it has been setThomas Müller2015-10-151-1/+3
|
* Update expiration date on link sharingThomas Müller2015-10-152-3/+6
|
* Do not print exception messageLukas Reschke2015-10-132-8/+49
| | | | | | In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged.
* Backport of #19553Roeland Jago Douma2015-10-062-3/+4
| | | | Show expiration date always as MM-DD-YYYY
* [upgrade] switch to debug logging on upgradeMorris Jobke2015-09-292-0/+12
| | | | | * resets afterwards * adds output about the previous log level
* Add option to disable autocomplete in share dialogMorris Jobke2015-08-171-0/+10
|
* fix mobile scrolling, lower sidebar sensitivity, fix #11193Jan-Christoph Borchardt2015-08-131-1/+2
|
* Merge pull request #17753 from oparoz/fix-previews-for-public-uploadsVincent Petry2015-08-121-2/+2
|\ | | | | [stable8.1] Fix preview of old file on public upload conflicts
| * Fix preview of old file on public upload conflictsOlivier Paroz2015-07-201-2/+2
| |
* | Merge pull request #17957 from owncloud/stable8.1-backport-17489Thomas Müller2015-08-122-0/+37
|\ \ | | | | | | [stable8.1] Fix parsing of sharetime as string
| * | tests for _parseTime with hex and empty stringsMorris Jobke2015-07-292-0/+6
| | |
| * | Fix parsing of sharetime as stringMorris Jobke2015-07-292-0/+31
| | | | | | | | | | | | | | | | | | | | | In some cases the ajax/share.php will return the share time as string. If this is the case it would get parsed completely wrong and cause the share dropdown to not work anymore. This change will properly cast the string to an interger and also fallback if this is not possible.
* | | Merge pull request #18003 from owncloud/backport-17805-stable8.1Roeland Douma2015-07-311-0/+8
|\ \ \ | |/ / |/| | [stable8.1][avatar] add error handlers for avatar setup
| * | [avatar] add error handlers for avatar setupMorris Jobke2015-07-311-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message
* | | Detect old NSS and OpenSSL versionsLukas Reschke2015-07-281-0/+3
| | | | | | | | | | | | | | | | | | This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901
* | | Adding error handling in case setting the password failsThomas Müller2015-07-231-5/+12
|/ /
* / fix browser compatibility issue for element.closestHendrik Leppelsack2015-07-171-1/+1
|/
* allow remote shares for users with email as usernamesFelix Böhm2015-07-141-1/+1
|
* [upgrade] add verbosity check and show repair info & stepsMorris Jobke2015-07-071-0/+9
|
* Revert "fix z-index of share-autocomplete"Jan-Christoph Borchardt2015-07-021-1/+0
| | | | This reverts commit 4edf388a3852507886e1fc1c396725ea0a6c8e82.
* Revert "explicitly set z-index on app-content, fix overlap from navigation"Jan-Christoph Borchardt2015-07-021-1/+1
| | | | This reverts commit 71e5bc180399e75af7b67b4187c19d94b5586a5f.
* [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
| |