summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add acceptance testsArthur Schiwon2017-10-283-0/+91
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix sharerecipientssorter testsArthur Schiwon2017-10-272-12/+50
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* configurable amount of autocomplete results in commentsArthur Schiwon2017-10-276-22/+128
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* avatar css fixesArthur Schiwon2017-10-271-2/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* apply our themingArthur Schiwon2017-10-274-5/+95
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix sortingArthur Schiwon2017-10-264-5/+17
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* autocomplete on demandArthur Schiwon2017-10-261-13/+19
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add config parameter sampleArthur Schiwon2017-10-251-0/+18
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add search parameter to autocomplete controllerArthur Schiwon2017-10-252-5/+22
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* avoid unnecessary recursionArthur Schiwon2017-10-252-11/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* enable autocomplete when editing commentsArthur Schiwon2017-10-231-49/+75
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix unstable comment orderArthur Schiwon2017-10-231-13/+19
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix contactsmenu-popupArthur Schiwon2017-10-221-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* convert mentions after save to the plain format we useArthur Schiwon2017-10-221-43/+89
| | | | | | also ensures proper rendering, even of edited comments Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* when writing a comment, render mentions as they'd appear anywhereArthur Schiwon2017-10-221-12/+38
| | | | | | i.e. avatar with displaymenu and contactsmenu-popover Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* turn textarea to contenteditable divArthur Schiwon2017-10-222-15/+49
| | | | | | we will need it for nice formatting of the mentioned user Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* contenteditable divs should look like textareasArthur Schiwon2017-10-223-9/+11
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* setup atwho autocompleteArthur Schiwon2017-10-221-0/+23
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add At.js and dependenciesArthur Schiwon2017-10-22168-1/+35823
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix class name in info.xmlArthur Schiwon2017-10-221-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* ensure that sorting is stableArthur Schiwon2017-10-224-11/+37
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* split walking the tree from operating on itArthur Schiwon2017-10-221-14/+25
| | | | | | so walking it is reusable Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* AutoCompletion backendArthur Schiwon2017-10-2221-24/+1090
| | | | | | | | | | * 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>
* [tx-robot] updated from transifexNextcloud bot2017-10-2212-6/+178
|
* [tx-robot] updated from transifexNextcloud bot2017-10-2126-12/+118
|
* [tx-robot] updated from transifexNextcloud bot2017-10-2020-4/+260
|
* Merge pull request #6873 from nextcloud/ldap_proxy_redix_fixLukas Reschke2017-10-191-19/+12
|\ | | | | Ldap proxy Redis fix
| * Little bit of code cleanupRoeland Jago Douma2017-10-191-5/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Do not check existance before fetchRoeland Jago Douma2017-10-191-14/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #6811 from nextcloud/feature/noid/disable_caldav_invitationsJoas Schilling2017-10-197-3/+209
|\ \ | | | | | | Opt out of IMip CalDAV Plugin
| * | Make it possible to opt out of IMip Plugin for CalDAVGeorg Ehrke2017-10-162-2/+10
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | add admin settings panel for dav appGeorg Ehrke2017-10-165-1/+199
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #6677 from nextcloud/downstream-dont-reset-quotaLukas Reschke2017-10-193-18/+12
|\ \ \ | | | | | | | | don't reset quota
| * | | and add missing whitespaces to log outoutArthur Schiwon2017-09-281-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Adjust unittestJuan Pablo Villafáñez2017-09-281-15/+10
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Keep the current quota if no suitable quota is foundJuan Pablo Villafáñez2017-09-281-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #6825 from nextcloud/no-filecache-updateLukas Reschke2017-10-196-17/+128
|\ \ \ \ | | | | | | | | | | No automatic filecache update
| * | | | Update autoloadingJoas Schilling2017-10-162-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Also update the activity table with thisJoas Schilling2017-10-131-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Add a command to manually migrate to big intsJoas Schilling2017-10-132-0/+102
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Install new instances with bigint filecacheJoas Schilling2017-10-131-14/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Don't change the filecache schema on updateJoas Schilling2017-10-131-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #6835 from nextcloud/dav-plugins-from-apps-onlyLukas Reschke2017-10-195-4/+291
|\ \ \ \ \ | | | | | | | | | | | | Let apps register Sabre plugins or collections (v2)
| * | | | | Dav: codestyle fixes in PluginManagerJulius Härtl2017-10-141-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Let apps register Sabre plugins or collectionsVincent Petry2017-10-145-4/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream #26761 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #6853 from nextcloud/apps_autoloaderLukas Reschke2017-10-1912-9/+721
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Allow apps to have their own autoloader
| * | | | | Ignore composer stuff in phanRoeland Jago Douma2017-10-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Update autoload checkerRoeland Jago Douma2017-10-171-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Move files_sharing to a proper classmapRoeland Jago Douma2017-10-179-0/+694
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Allow apps to have their own autoloaderRoeland Jago Douma2017-10-171-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow apps to also have a proper classmap and authorative autoloader. Currently if a file: <appdir>/composer/autoload.php exists we will use it. Else we keep the current behavior. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>