summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Don't lie about the preview mimetypeRoeland Jago Douma2018-01-081-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>
* Merge pull request #7558 from nextcloud/12-7427Morris Jobke2017-12-181-0/+9
|\ | | | | [stable12] Fix email buttons for white theme
| * Fix email buttons for white themeMorris Jobke2017-12-181-0/+9
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7464 from nextcloud/cached-mount-info-filepath-12Morris Jobke2017-12-132-1/+44
|\ \ | | | | | | [12] Allow getting the filepath when getting cached mounts by fileid
| * | Allow getting the filepath when getting cached mounts by fileidRobin Appelman2017-12-122-1/+44
| |/ | | | | | | 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>
* Fix welcome text for better grammar in themed instancesMorris Jobke2017-11-091-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve text: 'you have now' -> 'you now have'Leon Klingele2017-09-121-1/+1
| | | | Signed-off-by: Leon Klingele <leon@struktur.de>
* Merge setMetaData into constructorJoas Schilling2017-09-052-8/+4
| | | | | | This ensures that the meta data is set in the beginning Signed-off-by: Joas Schilling <coding@schilljs.com>
* Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-301-7/+6
| | | | | | | | | | | | | | | | | | | | Any `\OCP\Authentication\IApacheBackend` previously had to implement `getLogoutAttribute` which returns a string. This string is directly injected into the logout `<a>` tag, so returning something like `href="foo"` would result in `<a href="foo">`. This is rather error prone and also in Nextcloud 12 broken as the logout entry has been moved with 054e161eb5f4a5c5c13ee322ae8e93ce66f01b13 inside the navigation manager where one cannot simply inject attributes. Thus this feature is broken in Nextcloud 12 which effectively leads to the bug described at nextcloud/user_saml#112, people cannot logout anymore when using SAML using SLO. Basically in case of SAML you have a SLO url which redirects you to the IdP and properly logs you out there as well. Instead of monkey patching the Navigation manager I decided to instead change `\OCP\Authentication\IApacheBackend` to use `\OCP\Authentication\IApacheBackend::getLogoutUrl` instead where it can return a string with the appropriate logout URL. Since this functionality is only prominently used in the SAML plugin. Any custom app would need a small change but I'm not aware of any and there's simply no way to fix this properly otherwise. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add meta information to emails for better customisationJoas Schilling2017-08-281-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Document that it throwsJoas Schilling2017-08-161-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a method to compare empty strings with an expressionJoas Schilling2017-08-031-0/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a flag to allow checking if SVGs are okayJoas Schilling2017-07-071-0/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make cache and scss caching depend on the baseUrlJulius Härtl2017-07-021-0/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* add new config switched for the global scale architectureBjoern Schiessle2017-06-021-0/+51
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Change cron wording to background jobsJan-Christoph Borchardt2017-05-161-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Thows exception if password not availableMorris Jobke2017-05-122-0/+37
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4736 from nextcloud/richdef-opengraphv12.0.0beta2Lukas Reschke2017-05-091-0/+68
|\ | | | | open-graph
| * Add circle as wellJoas Schilling2017-05-091-0/+25
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * my name as authorMaxence Lange2017-05-091-1/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
| * using title as nameMaxence Lange2017-05-091-8/+8
| | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
| * open-graphMaxence Lange2017-05-081-0/+43
| | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* | Merge pull request #4727 from stffabi/IncreaseDeviceEntropyLukas Reschke2017-05-081-0/+7
|\ \ | | | | | | Increase device password entropy.
| * | Increase device password entropy. Use lower- and upper-case characters and ↵Fabrizio Steiner2017-05-081-0/+7
| |/ | | | | | | | | | | digits, but exclude ambiguous characters. The number of digits has also been increased to 25. Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com>
* / Add function to request SVG or regular fallback imageLukas Reschke2017-05-081-2/+3
|/ | | | | | Fixes https://github.com/nextcloud/server/issues/4647 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* IGroup::getDisplayName is available version 12, not 11 (9.2)Julius Härtl2017-05-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add PHPDocMorris Jobke2017-05-021-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* UserManager can now count disabled usersArthur Schiwon2017-04-291-0/+8
| | | | | | Users page takes advantage of that Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #4522 from nextcloud/downstream-27596Morris Jobke2017-04-271-1/+11
|\ | | | | Allow to create a user for a specific backend
| * Use the new method in the old one to remove duplicate codeJoas Schilling2017-04-271-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow to create a user for a specific backendJoas Schilling2017-04-261-0/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4501 from nextcloud/downstream-27144Morris Jobke2017-04-261-4/+13
|\ \ | | | | | | Add duration of last job execution to the table
| * | Add duration of last job execution to the tableNoveen Sachdeva2017-04-251-4/+13
| | |
* | | Fix missing conflict resolutionsJoas Schilling2017-04-262-8/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Adjust query/event logging code in favour of more complex ↵Piotr Mrówczyński2017-04-263-2/+57
| |/ |/| | | | | | | | | | | owncloud/diagnostics (#27643) * Adjust query/event logging code in favour of more complex owncloud/diagnostics * Add descriptions to IQueryLogger and IEventLogger interfaces
* | Merge pull request #4467 from nextcloud/lists-for-html-mailsRoeland Jago Douma2017-04-261-0/+14
|\ \ | | | | | | Add lists to HTML emails
| * | Allow meta info and iconsJoas Schilling2017-04-251-2/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add lists to HTML emailsJoas Schilling2017-04-241-0/+10
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Don't show contacts an entry for themselvesChristoph Wurst2017-04-251-0/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Contacts menuChristoph Wurst2017-04-255-0/+265
|/ | | | | | | * load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused use statementsMorris Jobke2017-04-229-10/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4428 from nextcloud/file-by-id-limit-userRoeland Jago Douma2017-04-211-2/+4
|\ | | | | limit the user when searching for a file by id if we know the user already
| * limit the user when searching for a file by id if we know the user alreadyRobin Appelman2017-04-211-2/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix theming testsJoas Schilling2017-04-201-1/+1
|/ | | | | | | Trying to configure method "shouldReplaceIcons" which cannot be configured because it does not exist, has not been specified, is final, or is static Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-2/+2
| | | | | | | * fixes #4383 * improves consistency Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix translationsJoas Schilling2017-04-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2834 from nextcloud/accesListToShareManagerMorris Jobke2017-04-153-0/+100
|\ | | | | Access list to share manager
| * Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-132-16/+25
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>