[PR #2894] [MERGED] Apply LANDING_PAGE config options for logged in users #16650

Closed
opened 2025-11-02 12:15:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2894
Author: @schaffman5
Created: 11/12/2017
Status: Merged
Merged: 11/20/2017
Merged by: @lunny

Base: masterHead: master


📝 Commits (10+)

  • 0d0bc3b Extended LANDINGPAGE config variable to logged in users and added switch for 'organizations' in addition to 'home' and 'explore'.
  • 3633393 Updated comments.
  • 2c356a6 Extended LANDINGPAGE config variable to trigger when user logs in and added switch for 'organizations' in addition to 'home' and 'explore'.
  • 40082a3 Merge branch 'master' into master
  • 8ded1f1 Extended LANDINGPAGE config variable to logged in users and added switch for 'organizations' in addition to 'home' and 'explore'.
  • c23d01b Updated comments.
  • c630b99 Extended LANDINGPAGE config variable to trigger when user logs in and added switch for 'organizations' in addition to 'home' and 'explore'.
  • 029bcd7 Removed superfluous conditional and correct whitespace.
  • 893b739 Removed superfluous conditional and correct whitespace.
  • c0deb23 Update app.ini

📊 Changes

3 files changed (+7 additions, -4 deletions)

View changed files

📝 conf/app.ini (+1 -1)
📝 modules/setting/setting.go (+5 -2)
📝 routers/user/auth.go (+1 -1)

📄 Description

Allows LANDING_PAGE config variable options for logged in users and extends these options to include "home", "explore", and now "organizations". Addresses issue #2893.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2894 **Author:** [@schaffman5](https://github.com/schaffman5) **Created:** 11/12/2017 **Status:** ✅ Merged **Merged:** 11/20/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`0d0bc3b`](https://github.com/go-gitea/gitea/commit/0d0bc3bdcad3fade27c61d76f84ab1bf72283964) Extended LANDINGPAGE config variable to logged in users and added switch for 'organizations' in addition to 'home' and 'explore'. - [`3633393`](https://github.com/go-gitea/gitea/commit/363339366f15a89a0184eba0f2f5e8ea3ca25230) Updated comments. - [`2c356a6`](https://github.com/go-gitea/gitea/commit/2c356a6a6161254a0f9cd4676dcd0ea21e757236) Extended LANDINGPAGE config variable to trigger when user logs in and added switch for 'organizations' in addition to 'home' and 'explore'. - [`40082a3`](https://github.com/go-gitea/gitea/commit/40082a31accfe10fe9751e529574f68213aae9b6) Merge branch 'master' into master - [`8ded1f1`](https://github.com/go-gitea/gitea/commit/8ded1f10805a5f10beb2a8a372bc8cc66a4b8c66) Extended LANDINGPAGE config variable to logged in users and added switch for 'organizations' in addition to 'home' and 'explore'. - [`c23d01b`](https://github.com/go-gitea/gitea/commit/c23d01ba62cda8f27ea3e0cfcc9075591b16a197) Updated comments. - [`c630b99`](https://github.com/go-gitea/gitea/commit/c630b9993426defa32c5e781498b99df4866eed7) Extended LANDINGPAGE config variable to trigger when user logs in and added switch for 'organizations' in addition to 'home' and 'explore'. - [`029bcd7`](https://github.com/go-gitea/gitea/commit/029bcd7eb93bccfd96634566e522c9c6bdeb0364) Removed superfluous conditional and correct whitespace. - [`893b739`](https://github.com/go-gitea/gitea/commit/893b73983472435d0212692c0f5172382e02d3dc) Removed superfluous conditional and correct whitespace. - [`c0deb23`](https://github.com/go-gitea/gitea/commit/c0deb2384c09fb0e562bfbd00bfc964124548237) Update app.ini ### 📊 Changes **3 files changed** (+7 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `conf/app.ini` (+1 -1) 📝 `modules/setting/setting.go` (+5 -2) 📝 `routers/user/auth.go` (+1 -1) </details> ### 📄 Description Allows LANDING_PAGE config variable options for logged in users and extends these options to include "home", "explore", and now "organizations". Addresses issue #2893. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:15:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16650