summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5383 from nextcloud/revert-5259Morris Jobke2017-06-133-8/+0
|\
| * Revert "allow admin to disable groups on personal page"Morris Jobke2017-06-133-8/+0
* | Merge pull request #5372 from nextcloud/we-shall-monkey-patch-auth-headers-fo...Morris Jobke2017-06-133-5/+25
|\ \
| * | Prevent sending second WWW-Authenticate headerLukas Reschke2017-06-133-5/+25
* | | 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 #5369 from nextcloud/fix-user-group-name-escapingMorris Jobke2017-06-131-2/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix escaping of user and group names in "shared by" messageJoas Schilling2017-06-131-2/+6
| |/ / /
* | | | 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 #5370 from nextcloud/update-third-party-refLukas Reschke2017-06-131-0/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Update third-party refLukas Reschke2017-06-131-0/+0
|/ / /
* | | 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 #5343 from nextcloud/share-filter-missing-groupsLukas Reschke2017-06-132-1/+3
|\ \ \ | |_|/ |/| |
| * | filter missing groups in share providerRobin Appelman2017-06-122-1/+3
| |/
* | Merge pull request #5027 from nextcloud/require-nextcloud-version-as-per-docsMorris Jobke2017-06-1213-62/+30
|\ \
| * | Add missing version requirement to OAuth2 appJoas Schilling2017-05-222-2/+6
| * | Version and dependency are now requiredJoas Schilling2017-05-2211-60/+24
* | | [tx-robot] updated from transifexNextcloud bot2017-06-13124-280/+266
* | | Merge pull request #5271 from nextcloud/use-mailer-to-create-email-templateMorris Jobke2017-06-122-5/+9
|\ \ \
| * | | Fix testsLukas Reschke2017-06-121-1/+1
| * | | Also use IMailer interface to generate the email templateMorris Jobke2017-06-062-5/+9
* | | | Merge pull request #5167 from nextcloud/rakekniven-patch-2Morris Jobke2017-06-123-4/+4
|\ \ \ \
| * | | | Update setupchecks.jsrakekniven2017-05-313-4/+4
* | | | | Merge pull request #5315 from nextcloud/global-evalMorris Jobke2017-06-121-1/+1
|\ \ \ \ \
| * | | | | execute eval in global scope, addresses #5314Arthur Schiwon2017-06-091-1/+1
* | | | | | Merge pull request #5323 from nextcloud/use-touch-icon-for-favicon-fb.pngMorris Jobke2017-06-121-4/+8
|\ \ \ \ \ \
| * | | | | | Theme image for favicon-fb.pngLukas Reschke2017-06-091-4/+8
* | | | | | | Merge pull request #5310 from nextcloud/fix-tag-label-removed-when-share-view...Lukas Reschke2017-06-1214-33/+487
|\ \ \ \ \ \ \
| * | | | | | | Extract toggle visibility of a SystemTagsInfoView to its own viewDaniel Calviño Sánchez2017-06-096-26/+214
| * | | | | | | 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
| * | | | | | | Extract duplicated code to a methodDaniel Calviño Sánchez2017-06-091-28/+15