summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-10-1866-110/+328
|
* Make sure the UID is correctly casedJoas Schilling2016-10-171-3/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke2016-10-1713-11/+1727
|\ | | | | Notifications for simple @-mentioning in comments
| * apply some polishArthur Schiwon2016-10-144-86/+28
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * emit pre-update event for commentsArthur Schiwon2016-10-125-44/+28
| | | | | | | | | | | | | | * notifications can be cleaned up, no polluted DB * updating comments will re-notify users or remove notifications, depending on the message Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * adjust wording of the notificationArthur Schiwon2016-10-082-8/+7
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * remove notifications of deleted comments from the DBArthur Schiwon2016-10-082-7/+36
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * use different files route/controllerArthur Schiwon2016-10-072-13/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-0712-10/+1783
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (WIP) notify user when mentioned in comments Fix doc, and create absolute URL for as notification link. PSR-4 compatibility changes also move notification creation to comments app Do not notify yourself unit test for controller and application smaller fixes - translatable app name - remove doubles in mention array - micro perf optimization - display name: special label for deleted users, keep user id for users that could not be fetched from userManager Comment Notification-Listener Unit Test fix email adresses remove notification when triggering comment was deleted add and adjust tests add missing @license tags simplify NotificationsController registration appinfo simplification, php docs make string easier to translate adjust test replace dispatcher-based listeners with a registration method and interface safer to not pass optional data parameter to setSubject for marking as processed. ID and mention suffices Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> update comment Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2016-10-176-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-162-0/+32
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-1510-4/+12
| |
* | Merge pull request #1441 from nextcloud/getby-id-less-queriesLukas Reschke2016-10-145-40/+55
|\ \ | | | | | | optimize Folder::getById to use less queries
| * | remove unneeded unlockRobin Appelman2016-10-121-2/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove duplicate traitRobin Appelman2016-10-121-1/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | get node by path as fallbackRobin Appelman2016-10-121-6/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix getting recipient share in ocs apiRobin Appelman2016-10-121-14/+18
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix share tests not passing pathRobin Appelman2016-10-121-4/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | re-use the share node while formating if we already have itRobin Appelman2016-10-121-7/+13
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | more robust test setupRobin Appelman2016-10-123-11/+11
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | phpunit is weirdRobin Appelman2016-10-121-3/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Always unlock node after trying to create a shareRobin Appelman2016-10-121-1/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix typoThomas Citharel2016-10-141-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-148-4/+42
| | |
* | | Merge pull request #1726 from nextcloud/fix-symfony-tableMorris Jobke2016-10-133-3/+4
|\ \ \ | | | | | | | | symfony replaced table helper by class, fixes two broken LDAP occ com…
| * | | symfony replaced table helper by class, fixes two broken LDAP occ commandsArthur Schiwon2016-10-123-3/+4
| |/ / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / [tx-robot] updated from transifexNextcloud bot2016-10-134-2/+16
|/ /
* | Merge pull request #1713 from nextcloud/rebase_1493Roeland Jago Douma2016-10-121-0/+2
|\ \ | | | | | | fix issue #1482 - mail invites through v1 webdav
| * | fix issue #1482 - mail invites through v1 webdavClaudemir Todo Bom2016-10-121-0/+2
| | | | | | | | | | | | | | | Signed-off-by: Claudemir Todo Bom <claudemir@todobom.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Readd Notify commandRoeland Jago Douma2016-10-121-0/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Move console command registration to info.xml for encryption as well as ↵Thomas Müller2016-10-125-107/+25
|/ / | | | | | | | | | | files_external Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-122-0/+2
| |
* | [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-1110-171/+26
| | | | | | | | | | | | | | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #1407 from nextcloud/multiline_commentsMorris Jobke2016-10-113-5/+14
|\ \ | | | | | | Bring back multiline comments
| * | fix textarea submitskjnldsv2016-10-111-2/+3
| | |
| * | Fix js testRoeland Jago Douma2016-10-041-1/+1
| | |
| * | Add autosize to comments inputRoeland Jago Douma2016-10-042-3/+11
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-112-0/+2
| | |
* | | Merge pull request #1680 from nextcloud/downstream-26308Roeland Jago Douma2016-10-109-1/+1
|\ \ \ | | | | | | | | Remove PNG fallbacks from files app
| * | | fix drag and drop icon for files appMorris Jobke2016-10-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Remove PNG fallbacks from files app (#26308)Vincent Petry2016-10-108-0/+0
| | | |
* | | | Merge pull request #1675 from nextcloud/remove-unneeded-variableLukas Reschke2016-10-101-5/+2
|\ \ \ \ | | | | | | | | | | remove unneeded variable & proper element creation
| * | | | remove unneeded variable & proper element creationMorris Jobke2016-10-101-5/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Use more IConfig and add unit testsRoeland Jago Douma2016-10-102-21/+120
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | DI IConfig into ldap helperRoeland Jago Douma2016-10-1026-27/+43
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Do not query data that is already in the appconfigRoeland Jago Douma2016-10-101-23/+12
|/ / / | | | | | | | | | | | | | | | This is already available. We better use a simple regex. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-1018-38/+360
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-10-0912-2/+160
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-10-0860-34/+626
| |/ |/|
* | Merge pull request #1643 from nextcloud/ldap_more_cachingMorris Jobke2016-10-074-29/+180
|\ \ | | | | | | cache loginName2UserName and cover the method with unit tests