Lukas Reschke
216a5af396
Remove uneeded file
...
logout.php is a legacy file, which isn't used anymore in the ownCloud
code.
12 years ago
Lukas Reschke
1eb3c8ecf6
Correct link to the bugtracker in exception.php
12 years ago
Thomas Mueller
c2b3c7ed3e
fixing text-align on navigation menu - closing div was missing - THX Lukas
12 years ago
Thomas Mueller
508b6a9fc7
displaying notification now centered
...
The notification div has been moved to the user templates.
Correct display of the notification will only work with the use of OC.Notification.show() as on fadeIn() the css needs to be changed as this style required display: inline.
12 years ago
Thomas Mueller
e475c26f1a
fixing <input> tag
12 years ago
Michael Gapczynski
d39655e126
Move template parameters around so database error page is properly rendered
12 years ago
Michael Gapczynski
5ea8adc7c7
Reformat long line
12 years ago
Michael Gapczynski
a94405b4e4
Only show the version updating to instead of worrying about converting internal to a formatted version
12 years ago
Michael Gapczynski
7505837079
Basic update progress of database update only
12 years ago
Thomas Müller
7d811e57e6
setting the timezone is now part of the login process and true part of the core.
12 years ago
Georg Ehrke
bbe805b665
use regex which was suggested by dragotin
12 years ago
Bart Visscher
df7d6cb26c
More style fixes
12 years ago
Jan-Christoph Borchardt
9d8bdff51b
tweak icons for username and password fields, now it’s good
12 years ago
Jan-Christoph Borchardt
90e8e94909
icons for username and password field, not sure if it’s good
12 years ago
Jan-Christoph Borchardt
4f513f279a
fix dbhostlabel not disappearing, remove obsolete CSS
12 years ago
Jan-Christoph Borchardt
0fa59f8937
use vector logo also on log in page, d'oh (also now retina-ready)
12 years ago
Jan-Christoph Borchardt
b6fca70ee4
add primary action button in fitting subtle dark blue
12 years ago
Jan-Christoph Borchardt
56dae06528
move inline warning styles into CSS, clean up and fix #270
12 years ago
Jan-Christoph Borchardt
13e0287b74
better layout for installation page elements, centered and subdued legend text
12 years ago
Jan-Christoph Borchardt
5ccea4cc2f
small fixes: toggle color adjustment, remove colon, prevent label wrapping
12 years ago
Jan-Christoph Borchardt
855a011697
group related input fields visually
12 years ago
Georg Ehrke
a0fe53d09a
fix pattern for database names
12 years ago
Frank Karlitschek
19797ee7db
even error messages have the right to look a bit pretty
12 years ago
Bart Visscher
03b8ba273a
Fix lostpassword url generation
...
Fixes issue #262
13 years ago
Thomas Tanghus
b51b9539d0
Very simple js console switcher.
13 years ago
Thomas Tanghus
be77d81152
VCategories: Closing brace must be on a line by itself.
13 years ago
Thomas Tanghus
8c492a86fc
VCategories: Line too long.
13 years ago
Felix Moeller
30d7993e01
Checkstyle fixes: NoSpaceAfterComma
13 years ago
Lukas Reschke
81f019b6c5
Make the redirect_url working again
...
Fixes #160
13 years ago
Lukas Reschke
7a7f12a0c1
Create only one CSRF token per session
...
Before, the CSRF token expired every hour. We had a script in place
which should refresh the token but this don't worked in every case.
(Laptop sleeping etc.)
With this commit, the token will only get once created for every
session so that the "Token expired" warning shouldn't appear.
13 years ago
Georg Ehrke
d7a6b09406
deny the usage of dots in database name
13 years ago
Lukas Reschke
5245e2b6be
->l expects two parameters
13 years ago
Lukas Reschke
2d5edead77
Revert "Fix a typo"
...
This reverts commit a306e4b8a0
.
13 years ago
Lukas Reschke
a306e4b8a0
Fix a typo
13 years ago
Jan-Christoph Borchardt
fc280b2887
first move of settings to top right
13 years ago
Jan-Christoph Borchardt
b595ea6efc
first icon update. Next step: make sprited hover state (like for home already)
13 years ago
Jan-Christoph Borchardt
3eea7aac13
first base on navigation rework, less obtrusive, icons need to be updated, settings moved
13 years ago
Lukas Reschke
ec613b589b
Fix not defined JS variables
13 years ago
scambra
41b597e179
Translate formatDate using jquery datepicker
13 years ago
scambra
a24d8db4b2
translate datepicker
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Lukas Reschke
3eb43c1fbe
Show a warning in the installer if .htaccess is not working
13 years ago
Michael Göhler
d7a4547482
avoid undefined index warning on login page
13 years ago
Lukas Reschke
842d6dad47
Remove space
13 years ago
Lukas Reschke
d33bec09fe
Verify password page for users
13 years ago
Michael Göhler
7095b3a083
extend logon page to display multiple error messages
13 years ago
Lukas Reschke
2c427f050e
Show a warning in the installer if no secure RNG is available
13 years ago
Björn Schießle
f493e97f5d
always generate access token, also for forms shown to anonymous users (e.g. public shares)
13 years ago
Robin Appelman
f8eebcbb01
reload the current url when login in instead of always redirecting to the default app (oc-1873)
13 years ago
Lukas Reschke
578aa4e425
Removed sectoken
...
This token is completly useless since an attacker can easily extract it
from the page.
13 years ago