summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* No need to register it also in the DI ContainerRoeland Jago Douma2018-11-021-4/+0
* The Encryption manager belongs in Server.phpRoeland Jago Douma2018-11-022-5/+2
* SearchResult should be difined in Server as it is a core componentRoeland Jago Douma2018-11-022-5/+1
* The UserSession is constructed in the serverRoeland Jago Douma2018-11-022-4/+3
* TimeFactory is already regsitsered in the Server ContainerRoeland Jago Douma2018-11-021-3/+0
* Request is already regsitered in the Server containerRoeland Jago Douma2018-11-021-5/+0
* Was already registered in ServerRoeland Jago Douma2018-11-021-3/+0
* Merge pull request #11404 from flokli/sendmail-pathRoeland Jago Douma2018-11-021-1/+5
|\
| * Fallback to default path is sendmail can't be foundRoeland Jago Douma2018-11-021-1/+5
| * Mailer: discover sendmail path instead of hardcoding it to /usr/sbin/sendmailFlorian Klink2018-11-021-1/+1
* | Merge pull request #11875 from nextcloud/add-support-for-sending-the-password...Roeland Jago Douma2018-11-021-0/+4
|\ \
| * | Store "sendPasswordByTalk" property of link shares in the databaseDaniel Calviño Sánchez2018-11-021-0/+4
* | | Merge pull request #12200 from nextcloud/tech-debt/noid/cleanup-legacy-sharingMorris Jobke2018-11-022-21/+8
|\ \ \ | |_|/ |/| |
| * | Cleanup some unused sharing methods from the old sharing codeMorris Jobke2018-11-022-21/+8
* | | Merge pull request #12193 from nextcloud/interface-fulltxtsearch-issue-00002Maxence Lange2018-11-021-3/+79
|\ \ \
| * | | init some varMaxence Lange2018-11-011-3/+3
| * | | +infoBool / +infoIntMaxence Lange2018-11-011-0/+76
* | | | Merge pull request #12194 from nextcloud/fix-path-as-dashboard-is-already-imp...Roeland Jago Douma2018-11-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix pathMaxence Lange2018-11-011-1/+1
| |/ /
* | | Merge pull request #11053 from nextcloud/occ-app-update-commandMorris Jobke2018-11-022-0/+2
|\ \ \
| * | | Add occ app:update commandMichael Gerber2018-11-012-0/+2
| |/ /
* | | Merge pull request #11844 from nextcloud/multiple-link-sharesMorris Jobke2018-11-015-1/+44
|\ \ \ | |_|/ |/| |
| * | allow to update lables for public link sharesBjoern Schiessle2018-11-011-0/+1
| * | allow to add labels to sharesBjoern Schiessle2018-11-015-1/+43
* | | Merge pull request #12188 from nextcloud/revert/9900/revert-wait-for-cronMorris Jobke2018-11-012-58/+9
|\ \ \ | |_|/ |/| |
| * | Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-012-58/+9
* | | Merge pull request #12152 from brad2014/bugfix/12151/fix-emailtemplate-list-f...Morris Jobke2018-11-011-2/+3
|\ \ \ | |/ / |/| |
| * | Fix bug #12151: fix list formatting by correcting malformed htmlbrad20142018-10-301-2/+3
| |/
* | fix writeStream for jail wrapperRobin Appelman2018-10-312-0/+18
* | allways fall back to fopen for encryption wrapperRobin Appelman2018-10-312-1/+25
* | Update autoloaderRoeland Jago Douma2018-10-312-0/+4
* | extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-315-23/+173
* | Merge pull request #12166 from nextcloud/feature/limit_preview_sizesRoeland Jago Douma2018-10-311-7/+11
|\ \
| * | Only generate previews in powers of 4 and set minRoeland Jago Douma2018-10-311-7/+11
| |/
* | missing typeMaxence Lange2018-10-311-2/+2
* | wrong method calledMaxence Lange2018-10-311-1/+1
|/
* Merge pull request #12047 from nextcloud/interfaces-files-fulltextsearchRoeland Jago Douma2018-10-303-0/+114
|\
| * +files_fulltextsearch in autoloaderMaxence Lange2018-10-302-0/+2
| * Merge remote-tracking branch 'origin/interfaces-files-fulltextsearch' into in...Maxence Lange2018-10-301-0/+112
| |\
| | * implementing files_fulltextsearch within coreMaxence Lange2018-10-251-0/+112
* | | Merge pull request #12140 from nextcloud/fix/expired_token_throttlerRoeland Jago Douma2018-10-308-5/+19
|\ \ \ | |/ / |/| |
| * | Error out early on an expired tokenRoeland Jago Douma2018-10-301-1/+11
| * | Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-307-4/+8
* | | Merge pull request #12056 from nextcloud/interfaces-fulltextsearch-2Roeland Jago Douma2018-10-3020-0/+4135
|\ \ \ | |/ / |/| |
| * | public interfaces FullTextSearchMaxence Lange2018-10-3020-0/+4135
* | | Merge pull request #11899 from nextcloud/enhancement/noid/sharing-consolidationRoeland Jago Douma2018-10-303-19/+85
|\ \ \
| * | | Fix injection to get the user idJulius Härtl2018-10-301-4/+7
| * | | Add uuid/name entry to Remote/MailPlugin testsJulius Härtl2018-10-301-2/+3
| * | | Add name field to mail and remote resultsJulius Härtl2018-10-302-0/+6
| * | | Add local share if remote cloud id matches a local user onesJulius Härtl2018-10-301-2/+12