summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use new appstore APILukas Reschke2016-10-3130-2193/+1243
| | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #1961 from nextcloud/configphp_begoneRoeland Jago Douma2016-10-311-207/+0
|\ | | | | Remove config.php for oc.js
| * Remove config.php for oc.jsRoeland Jago Douma2016-10-311-207/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #1937 from nextcloud/ros-for-notification-messageRoeland Jago Douma2016-10-312-12/+76
|\ \ | | | | | | Allow rich object strings in messages as well
| * | Type hints already make sure it is an arrayJoas Schilling2016-10-311-16/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Allow rich object strings in messages as wellJoas Schilling2016-10-312-0/+74
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #1952 from nextcloud/deprecated_backgroudjobLukas Reschke2016-10-313-112/+0
|\ \ \ | |_|/ |/| | Cleanup deprecated backgroudjob functions
| * | Cleanup usagesRoeland Jago Douma2016-10-292-20/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Removed depreacted functions (since 6.0)Roeland Jago Douma2016-10-291-92/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #1935 from nextcloud/downstream-ldap-26Lukas Reschke2016-10-311-1/+1
|\ \ \ | | | | | | | | Add prefix to the connection
| * | | Add prefix to the connectionJuan Pablo Villafáñez2016-10-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #1903 from nextcloud/fix-log-in-buttonLukas Reschke2016-10-312-10/+3
|\ \ \ \ | |_|_|/ |/| | | remove slight transparency of primary action button, ref #1615
| * | | also fix log in button confirm arrow when theming, fix #1615Jan-Christoph Borchardt2016-10-252-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | remove slight transparency of primary action button, ref #1615Jan-Christoph Borchardt2016-10-252-10/+0
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | [tx-robot] updated from transifexNextcloud bot2016-10-3134-22/+198
| | | |
* | | | Merge pull request #1955 from nextcloud/issue_#1776Marius Blüm2016-10-303-6/+13
|\ \ \ \ | | | | | | | | | | Issue-1776: Add unshare function to 3-dot menu.
| * | | | Issue-1776: Add unshare function to 3-dot menu.Julia Bode2016-10-293-6/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julia Bode <julia.bode@lulisaur.us>
* | | | | [tx-robot] updated from transifexNextcloud bot2016-10-3020-2/+172
| |_|_|/ |/| | |
* | | | Merge pull request #1948 from nextcloud/move_away_lagacy_oc_l10nLukas Reschke2016-10-2930-527/+47
|\ \ \ \ | |/ / / |/| | | Move away from legacy OC_L10N
| * | | 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>
* | | | [tx-robot] updated from transifexNextcloud bot2016-10-2920-20/+266
| | | |
* | | | Merge pull request #1949 from nextcloud/disable-codecov-commentsChristoph Wurst2016-10-291-3/+1
|\ \ \ \ | | | | | | | | | | Disable codecov comments
| * | | | Disable codecov commentsMorris Jobke2016-10-291-3/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #1926 from nextcloud/fix-comment-mentions-in-activitiesMorris Jobke2016-10-281-0/+25
|\ \ \ \ | |/ / / |/| | | Fix comment mentions in activities
| * | | Fix comment mentions in activitiesJoas Schilling2016-10-281-0/+25
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | 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