Thomas Müller
|
a04159090f
|
include the apps' versions hash to invalidate the cached assets
|
11 years ago |
Lukas Reschke
|
6ccda2ae98
|
Add app version to JS and CSS
This leads to the regeneration of the hash in case a single application is updated.
Fixes https://github.com/owncloud/core/issues/11374
|
11 years ago |
Victor Dubiniuk
|
b6087ea79b
|
Add CssImportFilter. More elegant fix for documents#348
|
11 years ago |
Remco Brenninkmeijer
|
f930b356e6
|
Error needs to push body-id for new guest layout
|
11 years ago |
Morris Jobke
|
c6eab9aaba
|
fix error message template
|
11 years ago |
Lukas Reschke
|
7d2c521b46
|
Step one, open guest layout for different styles.
Conflicts:
core/templates/layout.guest.php
Step one, open guest layout for different styles.
|
11 years ago |
Robin Appelman
|
3de69ff81b
|
Don't register the call when rendering error pages
|
11 years ago |
Vincent Petry
|
04f73275ba
|
Now settings CSS class with appid in content DIV
|
12 years ago |
Robin McCorkell
|
87b548ed91
|
Fix all PHPDoc types and variable names, in /lib
|
12 years ago |
Lukas Reschke
|
e88731a477
|
Some more PHPDoc fixes
|
12 years ago |
Thomas Müller
|
02726acbc8
|
adding checks and log messages regarding the assets folder
|
12 years ago |
Thomas Müller
|
8cf73ca42f
|
integrate assetic for asset pipeline-ing
|
12 years ago |
Jörn Friedrich Dreyer
|
2a6a9a8cef
|
polish documentation based on scrutinizer patches
|
12 years ago |
Joas Schilling
|
009e25788f
|
correctly mark app management active
|
12 years ago |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
12 years ago |
kondou
|
bf7f94422f
|
Bring another enable_avatars to $_ and fix $thus->$this
|
12 years ago |
kondou
|
0c708be76b
|
Use defaultavatars
|
12 years ago |
kondou
|
e6473e6d49
|
Clean up some cruft
|
12 years ago |
kondou
|
31736a1df3
|
Have a controller instead ofo avatar.php and fix some cropper-design
|
12 years ago |
kondou
|
252548c62c
|
Improve styling & enable avatar-upload at personal page
|
13 years ago |
kondou
|
fac671b14e
|
Modularize get(), async getAvatar, avatars @ usermgmt
And other small improvements
|
13 years ago |
kondou
|
4a08f7d710
|
Add basic avatars and gravatar
|
13 years ago |
kondou
|
9c5416fe4a
|
Clean up \OC\Util
- Use camelCase
- Add some phpdoc
- Fix some indents
- Use some more spacing
|
13 years ago |
Bart Visscher
|
5965f3ecea
|
Split locating JS and CSS files to their own class
|
13 years ago |
Lukas Reschke
|
63d51980e1
|
Get config from template
|
13 years ago |
Florin Peter
|
3c100af132
|
revert changes to fbbc76f281 because master is very unstable right now
|
13 years ago |
Bart Visscher
|
b46f6e4f97
|
Simplify app js locating for layout pages
|
13 years ago |
Bart Visscher
|
ea4ae857a1
|
Simplify app css locating for layout pages
|
13 years ago |
Lukas Reschke
|
d41b600725
|
Add an update notification on every page for admin users
|
13 years ago |
Bernhard Posselt
|
b98b56e4a8
|
check if there is a default/ folder in the theme directory if no theme exists
|
13 years ago |
Bart Visscher
|
e1c5b31d65
|
Test if we want a 3rdparty style/script before checking the 3rdparty root
|
13 years ago |
Lukas Reschke
|
f944ac9cba
|
Add a name to the version parameter
Without an additional name it's nearly impossible to write positive security model based rules since the parameter name isn't defined.
|
13 years ago |
Thomas Tanghus
|
57f2884efa
|
Add hashed version parameter to js and css. Ref #1520 and many more ;)
|
13 years ago |
Brice Maron
|
050de008b1
|
Avoid to display empty DisplayNames for menu and title
|
13 years ago |
Lukas Reschke
|
229c907a57
|
[core] From echo to p
|
13 years ago |
Bart Visscher
|
15f5325078
|
Don't use routes when displaying error page
|
13 years ago |
Bart Visscher
|
ffae6f4b84
|
Style-fix: Breakup long lines
|
13 years ago |
Bart Visscher
|
20b6cb28b1
|
Fix warning with displayname in user layout template
|
13 years ago |
Bart Visscher
|
149d079fd4
|
Move loading of js_config to templatelayout
Also check for installed flag because this isn't available before setup
|
13 years ago |
Lukas Reschke
|
7f0a3018b6
|
Fix undefined variable
|
13 years ago |
Michael Gapczynski
|
d39655e126
|
Move template parameters around so database error page is properly rendered
|
13 years ago |
Bart Visscher
|
85bd28c508
|
Fix some of "Closing brace must be on a line by itself"
|
13 years ago |
Bart Visscher
|
f39454ed12
|
Fix "Line indented incorrectly"
|
13 years ago |
Felix Moeller
|
30d7993e01
|
Checkstyle fixes: NoSpaceAfterComma
|
13 years ago |
Felix Moeller
|
561cbb2de6
|
NoSpaceAfterComma II
|
13 years ago |
Felix Moeller
|
e73b817a38
|
Checkstyle: NoSpaceAfterComma
|
13 years ago |
Bart Visscher
|
04824162d9
|
core.js and core.css don't need to be absolute
|
13 years ago |
Sam Tuke
|
8b01286a5d
|
Merged branch 'master'
|
13 years ago |
Bart Visscher
|
d4feb77eaf
|
Remove unused search code
|
13 years ago |
Bart Visscher
|
c5983d37ad
|
No need to use array_search
|
13 years ago |