summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use OCP\\IL10N in tests tooMorris Jobke2016-10-281-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove legacy l10nRoeland Jago Douma2016-10-281-343/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix more testsRoeland Jago Douma2016-10-286-161/+20
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move away from OC_L10NRoeland Jago Douma2016-10-2822-22/+26
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1888 from nextcloud/downstream-26361Joas Schilling2016-10-2815-121/+292
|\ | | | | introduce callForSeenUsers and countSeenUsers
| * Proper DI of configRoeland Jago Douma2016-10-287-46/+76
| | | | | | | | | | | | * Fixed comments Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Use callForSeenUsers for avatar migrationMorris Jobke2016-10-281-24/+22
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-2810-65/+208
|/ | | | | | | | | | * introduce callForSeenUsers and countSeenUsers * add tests * oracle should support not null on clob * since 9.2.0
* [tx-robot] updated from transifexNextcloud bot2016-10-28176-362/+738
|
* Merge pull request #1800 from nextcloud/nextcloud-rich-object-stringsMorris Jobke2016-10-2714-37/+709
|\ | | | | Nextcloud rich object strings
| * dump autoloaderMorris Jobke2016-10-242-0/+6
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Move federated share notifications to ROSJoas Schilling2016-10-203-6/+148
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow rich object subjects for NotificationsJoas Schilling2016-10-204-31/+109
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add Rich Object Definitions and a validatorJoas Schilling2016-10-206-0/+446
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1933 from spacegaier/patch-1Lukas Reschke2016-10-271-1/+1
|\ \ | | | | | | Updated doc link version in default theme from 9 to 11
| * | Updated doc link version in default theme from 9 to 11Philip Allgaier2016-10-271-1/+1
|/ /
* | Merge pull request #1929 from nextcloud/share_email_to_OCSLukas Reschke2016-10-276-195/+0
|\ \ | | | | | | Remove notify recipient function
| * | Remove internal share mail functionRoeland Jago Douma2016-10-262-128/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Remove notify recipient optionRoeland Jago Douma2016-10-264-67/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #1930 from nextcloud/fix_avatars_exifLukas Reschke2016-10-272-0/+28
|\ \ \ | | | | | | | | Fix avatar on exif rotated images
| * | | Fix avatar on exif rotated imagesRoeland Jago Douma2016-10-262-0/+28
| |/ / | | | | | | | | | | | | | | | Fixes #1928 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / [tx-robot] updated from transifexNextcloud bot2016-10-2736-44/+456
|/ /
* | Merge pull request #1920 from ↵Roeland Jago Douma2016-10-264-4/+18
|\ \ | | | | | | | | | | | | nextcloud/legacy-pages-should-also-receive-the-nonce Add nonce also to legacy CSP
| * | Identify Chromium as ChromeJoas Schilling2016-10-263-3/+17
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add nonce also to legacy CSPLukas Reschke2016-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pages that do not use the AppFramework have its CSP inherited from `\OC_Response::addSecurityHeaders`. While those are not many anymore, there are some examples such as the "Help" page. To stay completely backwards-compatible we should also add the nonce to the legacy CSP response. To test that open your browser console and open the help page. Without this you will get a JS error. With this you won't. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #1925 from ↵Joas Schilling2016-10-261-0/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/issue-1874-allow-users-to-change-their-passwords-again Allow users to change their passwords again
| * | | Allow users to change their passwords againJoas Schilling2016-10-261-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #1738 from ↵Morris Jobke2016-10-2616-185/+574
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/comments-provide-displaynames-with-mentions comment mentions: show displayname not uid
| * | | | fix JS test and introduce tests for rendering mentions to displaynamesArthur Schiwon2016-10-251-8/+62
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | avoid that all avatars are copied to the author row when editing commentsArthur Schiwon2016-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | add missing methods to test fake managerArthur Schiwon2016-10-201-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | consolidate error handlingArthur Schiwon2016-10-191-27/+41
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | fix avatar displaying after submit (either edit or new)Arthur Schiwon2016-10-191-3/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | display avatar (if enabled) alongside displaynamesArthur Schiwon2016-10-192-1/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | fix regexArthur Schiwon2016-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | improve regex, fixes replacements of usernames with same trunkArthur Schiwon2016-10-191-1/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | show displayname not uid in commit mentionsArthur Schiwon2016-10-192-17/+76
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | resolve displayname via manager and registerable resolversArthur Schiwon2016-10-196-4/+198
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-197-149/+187
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #1923 from nextcloud/fix-template-urlMorris Jobke2016-10-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix issue template url
| * | | | | … and the raw version of itblizzz2016-10-261-1/+1
| | | | | |
| * | | | | Fix issue template urlblizzz2016-10-261-1/+1
|/ / / / / | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #1907 from nextcloud/downstream-26164Morris Jobke2016-10-263-5/+15
|\ \ \ \ \ | | | | | | | | | | | | Highlight files and update storage stats at end of upload (#26164)
| * | | | | Highlight files and update storage stats at end of upload (#26164)Vincent Petry2016-10-253-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly trigger the "stop" even from the uploader. Also update storage stats at the end of all uploads instead of for each upload.
* | | | | | Merge pull request #1921 from nextcloud/ignore-htaccessMorris Jobke2016-10-261-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Ignore .htaccess So no one commits the crappy 403 and 404 anymore
| * | | | | So no one commits the crappy 403 and 404 anymoreJoas Schilling2016-10-261-0/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #1355 from nextcloud/apps_flexboxMorris Jobke2016-10-261-1/+11
|\ \ \ \ \ | | | | | | | | | | | | Use flexbox on app page
| * | | | | Limit to apps list, add proper flex attributesFelix Epp2016-10-251-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let app-name headline break, increase padding on the right for more visual clearance. Make experimental header full width Signed-off-by: Felix A. Epp <work@felixepp.de>
| * | | | | Use flexbox on app pageRoeland Jago Douma2016-09-101-0/+3
| | | | | |
* | | | | | Merge pull request #1914 from nextcloud/downstream-26468Morris Jobke2016-10-261-6/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Remove all unneeded set_include_path()