summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated core APIJoas Schilling2018-01-151-99/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #7853 from nextcloud/strict_urlgeneratorRoeland Jago Douma2018-01-151-15/+8
|\ | | | | Make the URLGenerator strict
| * Make the URLGenerator strictRoeland Jago Douma2018-01-141-15/+8
| | | | | | | | | | | | | | | | | | * Add scalar argument types * Add return types * Make strict * General phpstorm cleanup Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7838 from nextcloud/timefactory_strictRoeland Jago Douma2018-01-151-2/+2
|\ \ | | | | | | Make the ITimeFactory strict + return types
| * | Make the ITimeFactory strict + return typesRoeland Jago Douma2018-01-141-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7857 from nextcloud/dep_templateMorris Jobke2018-01-151-113/+0
|\ \ \ | | | | | | | | Remove deprecated template functions from OCP directly
| * | | Remove deprecated template functions from OCP directlyRoeland Jago Douma2018-01-141-113/+0
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7840 from nextcloud/dep_configRoeland Jago Douma2018-01-141-164/+0
|\ \ \ | |/ / |/| | Remove deprecated \OCP\Config
| * | Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-164/+0
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7849 from nextcloud/strict_securerandomMorris Jobke2018-01-141-2/+3
|\ \ | | | | | | Strict ISecure random
| * | Fix testsRoeland Jago Douma2018-01-141-2/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Strict ISecure randomRoeland Jago Douma2018-01-131-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Declare strict * Scalar arguments * Return type * Use fully qualified name for strlen Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7839 from nextcloud/dep_dicontainerMorris Jobke2018-01-141-30/+0
|\ \ \ | | | | | | | | Remove deprecated functions from DI Container
| * | | Remove deprecated functions from DI ContainerRoeland Jago Douma2018-01-131-30/+0
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7844 from nextcloud/dep_constantsMorris Jobke2018-01-141-21/+0
|\ \ \ | | | | | | | | Remove deprecated constants
| * | | Remove deprecated constantsRoeland Jago Douma2018-01-131-21/+0
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7843 from nextcloud/dep_utilMorris Jobke2018-01-141-26/+0
|\ \ \ | | | | | | | | Remove deprecated functions for OCP\Util
| * | | Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-131-26/+0
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #7842 from nextcloud/dep_isearchMorris Jobke2018-01-141-10/+0
|\ \ \ | |_|/ |/| | Removed deprecated search function from ISearch
| * | Removed deprecated search function from ISearchRoeland Jago Douma2018-01-131-10/+0
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Adds type hinting for scalar types in ICrypto->decryptMorris Jobke2018-01-131-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Don't lie about the preview mimetypeRoeland Jago Douma2018-01-071-0/+6
| | | | | | | | | | | | | | For legacy reasons we stored all the previews with a png extention. However we did not put png data in them all the time. This caused the preview endpoints to always report that a preview is a png file. Which was a lie. Since we abstract away from the storage etc in the previewmanager. There is no need anymore to store them as .png files and instead we can use the actual file extention. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove generated avatar on displayname changeRoeland Jago Douma2017-12-191-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #7465 from nextcloud/filename-typoMorris Jobke2017-12-121-0/+0
|\ | | | | Fix filename typo
| * Fix filename typoRobin Appelman2017-12-121-0/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | allow 'Nextcloud' in the user agent string of AndroidBjoern Schiessle2017-12-121-1/+1
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add @since annotation and add missing new lineTobia De Koninck2017-12-111-1/+6
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Make ContactsStore a public APITobia De Koninck2017-12-111-0/+26
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Merge pull request #6651 from nextcloud/remote-cloud-clientRoeland Jago Douma2017-12-119-0/+429
|\ | | | | Add api clients for talking to remote clouds
| * add more typehintsRobin Appelman2017-12-081-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Add public api for remote apiRobin Appelman2017-12-089-0/+429
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix email buttons for white themeMorris Jobke2017-12-111-0/+9
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6840 from nextcloud/feature/5282/calendar_apiMorris Jobke2017-11-163-0/+201
|\ | | | | Calendar API for apps
| * implement CalendarManagerGeorg Ehrke2017-11-091-0/+9
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * Public interfaces for calendar APIGeorg Ehrke2017-11-092-0/+192
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Pass the exception context to the crash reporterChristoph Wurst2017-11-142-2/+4
| | | | | | | | | | | | | | | | This should allow better reports as often the app id is passed as context. While this is not used right now, I'd like to have this for NC13 as adding it later will break the interface for existing apps Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add a mechanism to register crach reportersChristoph Wurst2017-11-142-0/+88
|/ | | | | | | | This adds a crash reporter registry, which is meant for third party apps to hook into the error logging/reporting chain. This way, external tools like Sentry can be used to track and aggregate system crashes. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix welcome text for better grammar in themed instancesMorris Jobke2017-11-091-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6220 from nextcloud/cached-mount-info-filepathLukas Reschke2017-11-092-1/+44
|\ | | | | Allow getting the filepath when getting cached mounts by fileid
| * Allow getting the filepath when getting cached mounts by fileidRobin Appelman2017-10-272-1/+44
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #6552 from nextcloud/notifications-add-highlight-definitionMorris Jobke2017-11-071-0/+25
|\ \ | | | | | | Notifications: Add highlight type definition
| * | Notifications: Add highlight type definitionJulius Härtl2017-10-031-0/+25
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-071-1/+1
|\ \ \ | | | | | | | | Remove unused variables
| * | | Remove unused variablesMorris Jobke2017-11-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Run updated license header updaterMorris Jobke2017-11-072-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Change @georgehrke's emailMorris Jobke2017-11-067-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Update license headersMorris Jobke2017-11-06130-91/+249
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-031-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* | | | Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-032-1/+56
|/ / / | | | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* | | Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-018-5/+94
|\ \ \