summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
| | |/ / | |/| |
* / | | Loss of performance on Login after upgrade from NC10 + LDAP to NC 12 + LDAP #...Flávio Gomes da Silva Lisboa2017-11-271-0/+1
|/ / /
* | | Merge pull request #7263 from nextcloud/clean-bruteforce-attempt-on-successLukas Reschke2017-11-242-4/+39
|\ \ \
| * | | Reset bruteforce attempt table on successful loginMorris Jobke2017-11-242-4/+39
| |/ /
* / / Remove unused checkCode methodMorris Jobke2017-11-241-17/+0
|/ /
* | Use basename() instead of self implementationMorris Jobke2017-11-232-12/+2
* | Merge pull request #7168 from nextcloud/fix-user-listblizzz2017-11-231-1/+1
|\ \
| * | Fix accesslist when a user has an ID only containting 0-9Joas Schilling2017-11-141-1/+1
* | | Merge pull request #7137 from nextcloud/shared-jailed-source-rootMorris Jobke2017-11-231-0/+11
|\ \ \
| * | | Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-101-0/+11
* | | | Remove wrong entry in admin_settings that causes 500Morris Jobke2017-11-201-0/+5
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2017-11-202-2/+2
* | | If there is no internet connection don't try to contact appstoreRoeland Jago Douma2017-11-171-1/+2
* | | only create the file cache entry after the empty file was created successfull...Bjoern Schiessle2017-11-171-14/+13
* | | Merge pull request #6840 from nextcloud/feature/5282/calendar_apiMorris Jobke2017-11-167-0/+357
|\ \ \
| * | | update autoloader to included added classes and interfaceGeorg Ehrke2017-11-092-0/+6
| * | | implement CalendarManagerGeorg Ehrke2017-11-093-0/+159
| * | | Public interfaces for calendar APIGeorg Ehrke2017-11-092-0/+192
| |/ /
* | | [tx-robot] updated from transifexNextcloud bot2017-11-162-2/+2
* | | Merge pull request #7169 from nextcloud/fix-user-searchMorris Jobke2017-11-141-0/+2
|\ \ \