summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7449 from nextcloud/fix-setupMorris Jobke2017-12-111-10/+15
|\
| * Fix 500 on setup pageMorris Jobke2017-12-111-10/+15
* | Merge pull request #6651 from nextcloud/remote-cloud-clientRoeland Jago Douma2017-12-1121-0/+1188
|\ \
| * | Add some more tests for ocs remote apiRobin Appelman2017-12-082-6/+27
| * | refuse to use http if we know a remote has httpsRobin Appelman2017-12-081-0/+7
| * | validate user responseRobin Appelman2017-12-081-1/+8
| * | add more typehintsRobin Appelman2017-12-086-1/+17
| * | Add public api for remote apiRobin Appelman2017-12-0820-9/+623
| * | Some tests for the remote cloud apiRobin Appelman2017-12-082-3/+21
| * | Add api clients for talking to remote cloudsRobin Appelman2017-12-088-0/+505
* | | Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma2017-12-111-9/+17
|\ \ \
| * | | Fallback to filename based detection if the remote dav server doesn't know th...Robin Appelman2017-09-281-9/+17
* | | | Merge pull request #7427 from nextcloud/fix-white-color-in-emailsMorris Jobke2017-12-113-4/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix email buttons for white themeMorris Jobke2017-12-113-4/+24
| | |/ | |/|
* | | Fix syntax errorMorris Jobke2017-12-111-1/+1
* | | Fixed phpdoc and function typeJohn Molakvoæ (skjnldsv)2017-12-111-2/+8
* | | Fixed md5 generation and added fallback for scss requestsJohn Molakvoæ (skjnldsv)2017-12-111-6/+32
* | | Use apps versions to generate suffix when possibleJohn Molakvoæ (skjnldsv)2017-12-111-5/+14
* | | [tx-robot] updated from transifexNextcloud bot2017-12-112-2/+2
* | | [tx-robot] updated from transifexNextcloud bot2017-12-102-0/+418
* | | Merge pull request #6876 from nextcloud/always_img_avatarMorris Jobke2017-12-081-14/+196
|\ \ \
| * | | Better center the letter and use semibold font typeMorris Jobke2017-12-081-1/+2
| * | | Since we update the avatar in the sync service remove the generated fileRoeland Jago Douma2017-11-291-0/+7
| * | | Sinc we use AppData the regex is not needed anymoreRoeland Jago Douma2017-11-291-4/+1
| * | | Move avatar code to Avatar ClassRoeland Jago Douma2017-11-291-10/+187
* | | | Merge pull request #7334 from nextcloud/feature/noid/language-depending-skele...blizzz2017-12-081-1/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Fallback to "default" and check if directory existsMorris Jobke2017-12-081-1/+4
| * | | Allow `{lang}` as a placeholder in the skeleton directoryJoas Schilling2017-11-291-1/+14
* | | | Merge pull request #7385 from nextcloud/shared-delay-rootMorris Jobke2017-12-061-9/+14
|\ \ \ \
| * | | | delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-9/+14
* | | | | Merge pull request #7351 from nextcloud/change-default-german-languageRoeland Jago Douma2017-12-061-1/+26
|\ \ \ \ \
| * | | | | check if $defaultLanguage is a valid string before we move onBjoern Schiessle2017-12-011-2/+3
| * | | | | use formal version of German if default_language is set to 'de_DE'Bjoern Schiessle2017-11-301-1/+25
| | |_|/ / | |/| | |
* | | | | add retry wrapper when reading files from swiftRobin Appelman2017-12-041-1/+2
| |/ / / |/| | |
* | | | Fix PHP doc for API docsMorris Jobke2017-12-032-2/+2
* | | | Allow to skip data dir permission checks by configArthur Schiwon2017-11-301-1/+4
|/ / /
* / / Only in case of $currentAccess the array uses the id as indexJoas Schilling2017-11-281-1/+7
|/ /
* | Merge pull request #7305 from nextcloud/log-level-for-log-extendingMorris Jobke2017-11-271-0/+1
|\ \
| * | Pass log level to log reportersMorris Jobke2017-11-271-0/+1
* | | Merge pull request #7210 from nextcloud/pg10Morris Jobke2017-11-274-100/+0
|\ \ \ | |/ / |/| |
| * | add postgresql10 compatibility to dbalRobin Appelman2017-11-224-100/+0
* | | Merge pull request #7295 from nextcloud/remove-unused-methodLukas Reschke2017-11-271-16/+0
|\ \ \
| * | | Remove unused mimetype detection method in OC_ImageMorris Jobke2017-11-271-16/+0
* | | | Merge pull request #7264 from nextcloud/cache-fetched-appsLukas Reschke2017-11-277-52/+69
|\ \ \ \
| * | | | Make isUpdateAvailable non-staticMorris Jobke2017-11-252-14/+13
| * | | | Get the Installer via DIMorris Jobke2017-11-256-40/+54
| * | | | Cache fetched apps in update checkMorris Jobke2017-11-251-1/+5
* | | | | Merge pull request #6437 from nextcloud/support-mail-send-in-shareMorris Jobke2017-11-272-17/+25
|\ \ \ \ \
| * | | | | Proper handle null cases and default to trueLukas Reschke2017-11-271-1/+4
| * | | | | Add support for `\OCP\Share\IShare::getMailSend` backLukas Reschke2017-11-272-18/+23
| | |/ / / | |/| | |