aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5384 from nextcloud/allow-to-share-to-local-users-via-emailMorris Jobke2017-06-142-7/+72
|\
| * Add unit testJoas Schilling2017-06-141-0/+15
| * Make sure to only add system users onceJoas Schilling2017-06-141-8/+35
| * Allow to find local users by their email addressJoas Schilling2017-06-131-7/+30
* | Merge pull request #5207 from nextcloud/ldap-remove-userwebdavauth-checkblizzz2017-06-142-9/+1
|\ \
| * | remove check, user_webdavauth is not an app anymore for longArthur Schiwon2017-06-012-9/+1
* | | [tx-robot] updated from transifexNextcloud bot2017-06-1454-124/+160
* | | Merge pull request #5295 from nextcloud/bugfix/5077/allow_proppatches_to_birt...Morris Jobke2017-06-132-0/+11
|\ \ \
| * | | allow PropPatch requests to contact_birthdaysGeorg Ehrke2017-06-082-0/+11
* | | | Merge pull request #5380 from nextcloud/global-scale-settingsMorris Jobke2017-06-132-2/+2
|\ \ \ \
| * | | | fix 'add to your nextcloud' input field, this is not an email addressBjoern Schiessle2017-06-132-2/+2
* | | | | Merge pull request #5372 from nextcloud/we-shall-monkey-patch-auth-headers-fo...Morris Jobke2017-06-132-3/+23
|\ \ \ \ \
| * | | | | Prevent sending second WWW-Authenticate headerLukas Reschke2017-06-132-3/+23
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5378 from patschi/fix-5349Morris Jobke2017-06-131-1/+1
|\ \ \ \ \
| * | | | | Fix #5349, no themed icon when dragging folderPatrik Kernstock2017-06-131-1/+1
| |/ / / /
* | | | | Merge pull request #5305 from nextcloud/add-quota-to-files-viewMorris Jobke2017-06-138-8/+93
|\ \ \ \ \
| * | | | | Do not show icon for quota barMorris Jobke2017-06-132-5/+2
| * | | | | Remove unused elementJoas Schilling2017-06-131-2/+1
| * | | | | Put the quota bar to the bottomMorris Jobke2017-06-133-8/+15
| * | | | | Adjust the unit testJoas Schilling2017-06-131-0/+8
| * | | | | Remove the colored cornersJoas Schilling2017-06-131-0/+1
| * | | | | Add an event so apps can add hidden fields to the files pageJoas Schilling2017-06-132-1/+8
| * | | | | Only set the active item when there is one (not the case for quota)Joas Schilling2017-06-131-1/+3
| * | | | | Content will come from the external appJoas Schilling2017-06-131-1/+0
| * | | | | Remove useless translation and make it better on unlimitedJoas Schilling2017-06-131-5/+8
| * | | | | Style quota entry in files viewJan-Christoph Borchardt2017-06-133-17/+38
| * | | | | Add quota to the files viewJoas Schilling2017-06-134-0/+41
| | |/ / / | |/| | |
* | | | | Merge pull request #5373 from nextcloud/i-like-you-all-but-would-like-you-mor...Lukas Reschke2017-06-131-4/+0
|\ \ \ \ \
| * | | | | Remove duplicate dependencies entryLukas Reschke2017-06-131-4/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #5364 from nextcloud/fix-stringsMorris Jobke2017-06-131-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix config switch description, this is only about searching for users, to ena...Bjoern Schiessle2017-06-131-1/+1
| |/ / /
* | | | Merge pull request #5302 from nextcloud/fix_5047Joas Schilling2017-06-131-2/+15
|\ \ \ \ | |/ / / |/| | |
| * | | use the email address configured in Nextcloud as sender instead of the users ...Bjoern Schiessle2017-06-081-2/+15
| |/ /
* | | Merge pull request #5027 from nextcloud/require-nextcloud-version-as-per-docsMorris Jobke2017-06-121-0/+4
|\ \ \
| * | | Add missing version requirement to OAuth2 appJoas Schilling2017-05-221-0/+4
* | | | [tx-robot] updated from transifexNextcloud bot2017-06-1312-14/+44
* | | | Merge pull request #5310 from nextcloud/fix-tag-label-removed-when-share-view...Lukas Reschke2017-06-1211-19/+362
|\ \ \ \
| * | | | Extract toggle visibility of a SystemTagsInfoView to its own viewDaniel Calviño Sánchez2017-06-095-26/+213
| * | | | Add visibility related methodsDaniel Calviño Sánchez2017-06-092-6/+70
| * | | | Fix toggle element being removed when MainFileInfoView is rendered againDaniel Calviño Sánchez2017-06-092-10/+26
| * | | | Trigger pre and post render events in MainFileInfoDetailsViewDaniel Calviño Sánchez2017-06-091-0/+4
| * | | | Make possible to know the registered detail views in a details viewDaniel Calviño Sánchez2017-06-094-0/+72
* | | | | Merge pull request #5319 from nextcloud/theming-undo-hoverMorris Jobke2017-06-121-0/+2
|\ \ \ \ \
| * | | | | Show reset to default button for theming values on hover, fix #3198Jan-Christoph Borchardt2017-06-091-0/+2
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-06-122-2/+2
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-06-116-0/+8
* | | | | | Merge pull request #5122 from nextcloud/fix-ldap-integration-testsLukas Reschke2017-06-0913-23/+121
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | add convenience script to run all tests at onceArthur Schiwon2017-05-261-0/+34
| * | | | | Make IDE happyArthur Schiwon2017-05-2610-18/+81
| * | | | | add missing INotificationManager when creating User backend, LDAPArthur Schiwon2017-05-263-5/+6