Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-19Svg icon api sass function and upgrade of all stylesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-19Svg from appJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-19Svg color apiJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-05Backend work to provide NC whats New info to usersArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-07-02start implementing federated sharing 2.0Bjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-04-08Improve login flowRoeland Jago Douma
* Add page explaining you are about to grant access * Show grant access page after login Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-21Make the new autocomplete endpoint OCSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-09Move search to proper ControllerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-08Add CSRF token controller to retrieve the current CSRF tokenChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-02-28Sharing: redirect to download after authentification if requestedJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-02-12Move to OCS endpointJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-12Add navigation endpointJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-24Add preview endpoint for the fileidRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-06Change @georgehrke's emailMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-02Add 204 endpointRoeland Jago Douma
Fixes #6967 This allows clients to check for Walled Garden connections. The endpoint just responds with a 204 (which is very unlikely with such a connection) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-10-22AutoCompletion backendArthur Schiwon
* 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>
2017-09-25Add direct preview link to single shared image filesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-07-19Run phan over code baseLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-26add contactsmenu popoverGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2017-04-26Merge branch 'master' into contactsmenuJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-25Use HTTP POST to retrieve the list of contactsChristoph Wurst
We do not want to have sensitive information in the URL and therefore also not in the access log. Thus the GET request is replaced by a POST request. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-25Contacts menuChristoph Wurst
* load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-25Add new auth flowLukas Reschke
This implements the basics for the new app-password based authentication flow for our clients. The current implementation tries to keep it as simple as possible and works the following way: 1. Unauthenticated client opens `/index.php/login/flow` 2. User will be asked whether they want to grant access to the client 3. If accepted the user has the chance to do so using existing App Token or automatically generate an app password. If the user chooses to use an existing app token then that one will simply be redirected to the `nc://` protocol handler. While we can improve on that in the future, I think keeping this smaller at the moment has its advantages. Also, in the near future we have to think about an automatic migration endpoint so there's that anyways :-) If the user chooses to use the regular login the following happens: 1. A session state token is written to the session 2. User is redirected to the login page 3. If successfully authenticated they will be redirected to a page redirecting to the POST controller 4. The POST controller will check if the CSRF token as well as the state token is correct, if yes the user will be redirected to the `nc://` protocol handler. This approach is quite simple but also allows to be extended in the future. One could for example allow external websites to consume this authentication endpoint as well. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-03-27Merge pull request #4027 from nextcloud/better-spreed-call-urlsRobin Appelman
Better spreed call urls
2017-03-24Throw a nice HintException when the apps are missingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-24Allow to use short URLs for callsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-24[PoC] JS CombinerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-01-25unify endpoints form core and the the provisioning apiBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-01-06Css cache folder name fix, route fix and various fixesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-01-06Appdata integration 2John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2016-11-21Add identity proofLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-18Introduce the UI for password confirmationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Move OC\OCS\Person to OCSControllerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-03Move preview endpoint to controllerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-03Move to AppDataRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-03New preview generatorRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-25Move oc.js to a proper classRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-21Make AppConfig part of the public APIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-30Remove unused endpointJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-08-26Remove the core tag routes since they are brokenRoeland Jago Douma
Private internal stuff that nobody *should* be using anyways. But on top of that already broken for a long time. So nobody could be using it even.
2016-08-23Merge pull request #956 from nextcloud/fix_952Lukas Reschke
When using permalinks don't error out if file id can't be found
2016-08-19Merge pull request #865 from nextcloud/ocs_configMorris Jobke
Move OCS route /config to proper controller
2016-08-19When using permalinks don't error out if file id can't be foundRoeland Jago Douma
Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts
2016-08-18Kill ajax/share.phpRoeland Jago Douma
Using this file will insert invalid shares. OCS has to be used exclusively!
2016-08-18Move /config over to Core OCSControllerRoeland Jago Douma
2016-08-09Move /cloud/user to Core appRoeland Jago Douma
2016-08-09Move getCapabilities over to CoreRoeland Jago Douma
2016-07-21Fix othersJoas Schilling
2016-07-07Revert "occ web executor (#24957)"Morris Jobke
This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c.