summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Optimized image sizeLukas Reschke2012-08-1863-0/+0
|
* Comment out javascript that hides login buttonAnders Nor Berle2012-08-161-2/+3
| | | | | It has been reported problems with the javascript that hides the login button so jancborchardt okayed that I made this change.
* Position appsettings fixed and load it in dynamically added element.Thomas Tanghus2012-08-122-34/+36
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-121-0/+64
|
* Merge branch 'backgroundjobs'Jakob Sack2012-08-101-0/+25
|\
| * JavaScript file for activating web cronJakob Sack2012-08-091-0/+25
| |
* | Use OC_Util::displayLoginPage and cleanup the functionBart Visscher2012-08-101-3/+3
| |
* | Removed unused fileLukas Reschke2012-08-101-47/+0
| |
* | Added XSRF checkLukas Reschke2012-08-101-0/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-071-3/+3
|
* Small changes to allow updating main menu dynamically.Thomas Tanghus2012-08-051-1/+1
|
* Fix scrollbar issue. Fixes oc-1414Tom Needham2012-08-041-1/+1
|
* Tweak users delete notificationMichael Gapczynski2012-08-041-0/+1
|
* Show Login-Button when user+pw are autocompleted, fixes oc-1068Arthur Schiwon2012-08-031-6/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-021-1/+0
|
* Propagate exceptions in OC.appSettings.Thomas Tanghus2012-08-011-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-011-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-07-3147-101/+702
|
* Forgot to also use the options I added :-PThomas Tanghus2012-07-311-1/+1
|
* Added some more options to OC.appSettings().Thomas Tanghus2012-07-311-2/+33
|
* Made the parameter for OC.appSettings() an object to be able to extend it.Thomas Tanghus2012-07-311-2/+5
|
* White spaceThomas Tanghus2012-07-311-7/+6
|
* Popup for app specific settings.Thomas Tanghus2012-07-312-16/+48
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-07-302-12/+48
|
* Tweak appearance of undo delete notificationMichael Gapczynski2012-07-291-1/+1
|
* fix for bug #1295, don't escape password reset linkBjoern Schiessle2012-07-271-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-07-271-0/+35
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-07-261-0/+64
|
* Updated styleLukas Reschke2012-07-261-1/+1
|
* Remove unused filesLukas Reschke2012-07-262-84/+0
|
* Check for admin userLukas Reschke2012-07-261-0/+1
|
* CSRF protection for eventsourceRobin Appelman2012-07-222-0/+2
|
* Merge branch 'master' into calendar_importGeorg Ehrke2012-07-211-1/+1
|\
| * remove second "autocomplete" statementBjoern Schiessle2012-07-181-1/+1
| |
| * remember username and provide autocomplete featureBjoern Schiessle2012-07-181-1/+1
| |
* | Merge branch 'master' into calendar_importGeorg Ehrke2012-07-119-15/+1
|\|
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-098-14/+0
| |
| * Fix time formatting for minutes, prepend 0 if minutes is less than 10Michael Gapczynski2012-07-061-1/+1
| |
* | Merge branch 'master' into calendar_importGeorg Ehrke2012-07-041-0/+2
|\|
| * Add slash to app url if not set fix oc-1169Brice Maron2012-07-031-0/+2
| |
* | Merge branch 'master' into calendar_importGeorg Ehrke2012-06-301-3/+15
|\|
| * Prevent adding a duplicate to a multiselectMichael Gapczynski2012-06-291-1/+12
| |
| * Add new group to other user's group select formsMichael Gapczynski2012-06-291-2/+3
| |
* | Merge branch 'master' into oc_errorGeorg Ehrke2012-06-263-2/+3
|\|
| * typo in js statement fixedBjoern Schiessle2012-06-261-1/+1
| |
| * Added text ACS warning to admin's user settings page, and corresponding CSS ↵Sam Tuke2012-06-251-0/+1
| | | | | | | | styles
| * add x-webkit-speech to searchboxGeorg Ehrke2012-06-241-1/+1
| |
* | Merge branch 'master' into oc_errorGeorg Ehrke2012-06-224-10/+7
|\|
| * Fixes for multi app dir :Brice Maron2012-06-221-2/+1
| | | | | | | | | | Url should be given as relative path (to webroot) Correct link construction from js
| * Merge branch 'master' into multi_app_dirBrice Maron2012-06-214-16/+16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php