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
2019-03-01Update autoloaderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Make names mandatoryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Allow apps to redirect to the default appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-26Add an event to the Autocomplete Controller to allow to filter the resultsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-25Update autoloader filesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-25Login flow V2Roeland Jago Douma
This adds the new login flow. The desktop client will open up a browser and poll a returned endpoint at regular intervals to check if the flow is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-18add event for cache updateRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-02-15Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-11Update autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-08Merge pull request #13702 from nextcloud/feature/6717/rename-app-passwordsRoeland Jago Douma
Make it possible to rename app passwords
2019-02-07Merge pull request #13986 from nextcloud/feature/cleanup-job-13843Morris Jobke
Repair step to remove "photo." files created by photocache
2019-02-07Merge pull request #13748 from nextcloud/cache-insert-eventMorris Jobke
add event for inserting cache entries
2019-02-07Repair step to remove "photo." files created by photocacheDaniel Kesselberg
Before https://github.com/nextcloud/server/pull/13843 a "photo." file could be created for unsupported image formats by photocache. Because a file is present but not jpg, png or gif no photo could be returned for this vcard. These invalid files are removed by this repair step. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-07Merge pull request #13969 from ↵Morris Jobke
nextcloud/enh/additional_scripts_no_on_public_pages No need to emit additonalscript event on public pages
2019-02-07add event for inserting cache entriesRobin Appelman
this provides a reliable way for apps to listen to new files without the need to of cache wrappers to hook into inserts themselves (something which isn't 100% reliable) Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-02-07Implement guest avatar endpointMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2019-02-06Do not do redirect handling when loggin outRoeland Jago Douma
Fixes #12568 Since the clearing of the execution context causes another reload. We should not do the redirect_uri handling as this results in redirecting back to the logout page on login. This adds a simple middleware that will just check if the ClearExecutionContext session variable is set. If that is the case it will just redirect back to the login page. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-06Add StandaloneTemplateResponseRoeland Jago Douma
This can be used by pages that do not have the full Nextcloud UI. So notifications etc do not load there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-02Don't update token if current session tokenDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-01-31Emit to load additionalscriptsRoeland Jago Douma
Fixes #13662 This will fire of an event after a Template Response has been returned. There is an event for the generic loading and one when logged in. So apps can chose to load only on loged in pages. This is a more generic approach than the files app event. As some things we might want to load on other pages as well besides the files app. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-30Provide initial stateRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-29Expose subadmin to OCPRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-01-24Remove legacy activity stuffJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-13Bump autoloaderRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-07Add IMapperExceptionRoeland Jago Douma
This way code using the DB mappers can have try catch blocks on this type of exceptions if they do not care if there was non or to many. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-29update autoloadaerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-14Shorten index name of calendar changes tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-08Clear avatar cache with frontend repairJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-06Merge pull request #11786 from nextcloud/feature/password_confirmation_backendMorris Jobke
Expose password confirmation capabilities in the user backend
2018-11-02Merge pull request #12071 from nextcloud/addressbook-uid-check-migrationRoeland Jago Douma
Addressbook uid check migration
2018-11-02Bump autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-02Merge pull request #11053 from nextcloud/occ-app-update-commandMorris Jobke
occ app update command
2018-11-02Merge pull request #11844 from nextcloud/multiple-link-sharesMorris Jobke
allow to create multiple link shares via share api
2018-11-01Add occ app:update commandMichael Gerber
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-01move migrationJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-01Repair registration and autoload bumpJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-01allow to add labels to sharesBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-10-31Update autoloaderRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-30Merge pull request #12047 from nextcloud/interfaces-files-fulltextsearchRoeland Jago Douma
Public interfaces Files_FullTextSearch
2018-10-30Merge pull request #12140 from nextcloud/fix/expired_token_throttlerRoeland Jago Douma
Expired tokens should not trigger bruteforce protection
2018-10-30+files_fulltextsearch in autoloaderMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-10-30Merge pull request #12056 from nextcloud/interfaces-fulltextsearch-2Roeland Jago Douma
Public interfaces FullTextSearch
2018-10-30Move ExpiredTokenException to the correct namespaceRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-30public interfaces FullTextSearchMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> -@return mixed Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Merge remote-tracking branch 'origin/interfaces-fulltextsearch-2' into interfaces-fulltextsearch-2 Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-10-30Add db column to store hide download stateRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-30Merge pull request #11627 from nextcloud/feature/noid/cli-remove-appMorris Jobke
Add occ app:remove CLI command
2018-10-19Merge pull request #11711 from nextcloud/feature/backgroundjobs_ocpChristoph Wurst
Add proper backgroundjobs to OCP
2018-10-15Merge pull request #11740 from nextcloud/feature/noid/account-apiRoeland Jago Douma
Public API to get user acocunt data
2018-10-15include dashboard into coreMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Merge remote-tracking branch 'origin/interface-dashboard' into interface-dashboard Signed-off-by: Maxence Lange <maxence@artificial-owl.com> moving data object to OCP Signed-off-by: Maxence Lange <maxence@artificial-owl.com> update autoload files Signed-off-by: Maxence Lange <maxence@artificial-owl.com> +@since Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-10-15Update autoloaderJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>