summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Hardening of SimpleFile getContentRoeland Jago Douma2018-03-021-0/+3
| | | | | | | if file_get_contents fails remove the file. And traverse up the tree checking if the other folders are there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #7915 from nextcloud/backport/7909/fix-migration-type-hintsRoeland Jago Douma2018-01-174-14/+106
|\ | | | | Fix the type hints of migrations and correctly inject the wrapped sch…
| * Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-174-14/+106
| | | | | | | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Deprecated checkLoggedIn and other old ways to access controlMorris Jobke2018-01-161-0/+4
|/ | | | 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
|\ \ \
| * \ \ Merge pull request #6867 from nextcloud/imessage-attachmentsGeorg Ehrke2017-10-303-1/+79
| |\ \ \ | | | | | | | | | | Add attachment support to emails
| | * | | Move attachment creators to mailer classJoas Schilling2017-10-252-17/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | | Fix docsJoas Schilling2017-10-191-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | | Extend the API with teh parameters from SwiftJoas Schilling2017-10-191-1/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | | Add attachment support to emailsJoas Schilling2017-10-182-1/+68
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Merge pull request #6932 from nextcloud/constants-for-talk-useragentsRoeland Jago Douma2017-10-301-0/+10
| |\ \ \ \ | | |_|_|/ | |/| | | Define constants for the talk user agents
| | * | | Define constants for the talk user agentsJoas Schilling2017-10-241-0/+10
| | |/ / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Merge pull request #6920 from nextcloud/appmanager-usageMorris Jobke2017-10-241-1/+2
| |\ \ \ | | | | | | | | | | Use appmanager instead of OC_App for check for enabled app
| | * | | Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-231-1/+2
| | |/ / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * / / Doc: Fix phpDoc issuesJulius Härtl2017-10-233-3/+3
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | fix comment sorterArthur Schiwon2017-10-301-22/+0
| | | | | | | | | | | | | | | | | | | | | background: we have a flat hierarchy of comments, not a tree. therefore we can also remove again the unnecessary additions. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | AutoCompletion backendArthur Schiwon2017-10-223-0/+118
|/ / | | | | | | | | | | | | | | | | | | * introduce a Controller for requests * introduce result sorting mechanism * extend Comments to retrieve commentors (actors) in a tree * add commenters sorter * add share recipients sorter Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Introduce a public interface for MessageJoas Schilling2017-10-182-5/+88
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Allow templating of email subjectsJoas Schilling2017-10-181-0/+18
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #6328 from nextcloud/split-sharees-api-logicblizzz2017-10-044-0/+238
|\ \ | |/ |/| Splits off the logic from sharees endpoint thus making it available from within Nc/via PHP.
| * minor fixesArthur Schiwon2017-09-261-0/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add missing PHP docArthur Schiwon2017-09-261-1/+16
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>