- 13 Jun, 2015 21 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Also converts doc/README.md to Unix line endings
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
This controller is now the target for `root_url`. It sub-classes DashboardController so we can render the old default without a redirect if the user hasn't customized their dashboard location.
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
It was only used for the appearance live updating, which is now handled by Profiles::Preferences#update
-
Robert Speicher authored
Consolidates the helpers related to user preferences. Renames `app_theme` to `user_application_theme` to better explain what it is.
-
Robert Speicher authored
Now we can simply loop through all themes, among other things. This also removes the `dark_theme` / `light_theme` classes and the `theme_type` helper, since they weren't used anywhere.
-
Robert Speicher authored
Since they're all defined by a mixin, it didn't provide any benefit to have them in separate files. This also adds variables defining the basic color of each theme so we can re-use them in the previews.
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Ensure `session_expire_delay` field exists before accessing it Closes #1798 See merge request !808
-
Robert Speicher authored
Closes #1798
-
- 12 Jun, 2015 19 commits
-
-
Sytse Sijbrandij authored
Add info about regex anchors to shell command docs. Addresses internal issue https://dev.gitlab.org/gitlab/gitlab-ee/issues/263. See merge request !805
-
Douwe Maan authored
-
Douwe Maan authored
Add session expiration delay configuration through UI application Setting is accessible by the administrator through the UI and defaults to 1 week (the current setting) Answers the following suggestions: * http://feedback.gitlab.com/forums/176466-general/suggestions/6210719-make-session-length-configurable * http://feedback.gitlab.com/forums/176466-general/suggestions/6730512-automatic-logout-after-a-time-being-idle See merge request !774
-
Jacob Vosmaer authored
Add 7.12 update guides See merge request !1858
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Douwe Maan authored
Fix typo on account page. @douwe Thanks for reviewing this small fix. See merge request !1854
-
Marin Jankovski authored
Update install docs for 7.12 See merge request !1857
-
Jacob Vosmaer authored
Even though the 7-12-stable branch does not exist yet.
-
Jacob Vosmaer authored
Git 2.1.2 does not protect against pushes trying the '.Git/config' attack (CVE-2014-9390). Going to 2.4.3 is perhaps a big jump but why not use the latest? (Famous last words.)
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Remove text since rss is now to prominent. See merge request !1855
-
Job van der Voort authored
Fix link to howto_rc1.md The relative link that was there before breaks when you copy-paste the issue template into an actual issue. See merge request !1856
-
Jacob Vosmaer authored
The relative link that was there before breaks when you copy-paste the issue template into an actual issue.
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Prepare feature steps for RSpec 3 See merge request !803
-
Robert Speicher authored
There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
-
Robert Speicher authored
-
Robert Speicher authored
-