summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use correct variable when checking authTom Needham2013-04-271-1/+1
|
* Merge pull request #3146 from owncloud/restart-hintMorris Jobke2013-04-271-13/+13
|\ | | | | web_server_restart needs to be true to display the hint
| * web_server_restart needs to be true to display the hintBart Visscher2013-04-261-13/+13
| |
* | Merge pull request #3145 from owncloud/magic_quotes_gpc-checkMorris Jobke2013-04-271-0/+5
|\ \ | | | | | | Add check for Magic Quotes
| * | Add check for Magic QuotesBart Visscher2013-04-261-0/+5
| |/
* | Merge pull request #3114 from owncloud/update-notificationRaghu Nayyar2013-04-265-38/+32
|\ \ | | | | | | Add an update notification
| * | Remove uneeded linkLukas Reschke2013-04-241-1/+1
| | |
| * | Clubbing Exact styles together.raghunayyar2013-04-241-5/+2
| | |
| * | Add an update notification on every page for admin usersLukas Reschke2013-04-245-36/+33
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-27934-28068/+28442
| | |
* | | Code styleRobin Appelman2013-04-261-206/+231
| | |
* | | Merge pull request #3136 from owncloud/mount-cleanupicewind19912013-04-2615-201/+326
|\ \ \ | | | | | | | | Separation of mount management
| * | | Further seperation of mount management logicRobin Appelman2013-04-2611-171/+235
| | | |
| * | | Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-264-30/+91
| | | |
* | | | Merge pull request #3002 from owncloud/priorize_common_languagesBart Visscher2013-04-263-4/+21
|\ \ \ \ | |_|_|/ |/| | | Priorize common languages.
| * | | Make divider not selectablekondou2013-04-192-5/+4
| | | | | | | | | | | | | | | | Very hacky
| * | | Priorize common languages.kondou2013-04-183-4/+22
| | | |
* | | | Merge pull request #3026 from owncloud/cli-no-sessionBart Visscher2013-04-261-1/+3
|\ \ \ \ | | | | | | | | | | Don't start the session when in cli mode
| * | | | Don't start the session when in cli modeRobin Appelman2013-04-261-1/+3
| | | | |
* | | | | Merge pull request #3028 from owncloud/simplyfy-resource-locatingBart Visscher2013-04-261-42/+17
|\ \ \ \ \ | | | | | | | | | | | | Simplify resource locating in templatelayout
| * | | | | Simplify app js locating for layout pagesBart Visscher2013-04-261-11/+8
| | | | | |
| * | | | | Simplify app css locating for layout pagesBart Visscher2013-04-261-31/+9
| |/ / / /
* | | | | Merge pull request #2955 from owncloud/displaynames-numericBart Visscher2013-04-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix OC_User::getDisplaynames when using numeric user id's
| * | | | | Fix OC_User::getDisplaynames when using numeric user id'sRobin Appelman2013-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixes #2948
* | | | | | Merge pull request #2783 from Kondou-ger/improve_passwordresetscreenBart Visscher2013-04-262-12/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve the password reset screen.
| * | | | | | Fis syntax error and add user icon.kondou2013-04-241-2/+3
| | | | | | |
| * | | | | | Oneliners, <br>, proper errors & print_unescaped()kondou2013-04-231-8/+6
| | | | | | |
| * | | | | | Don't split translation lineskondou2013-04-231-10/+4
| | | | | | |
| * | | | | | Fix syntax error.kondou2013-04-231-1/+1
| | | | | | |
| * | | | | | Improve the password reset screen.kondou2013-04-232-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing #2752
* | | | | | | Merge pull request #1872 from herbrechtsmeier/forcessl-with-ssl-proxyBart Visscher2013-04-261-6/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Overwrite host and webroot when forcessl is enabled
| * | | | | | request.php: add type check to the not empty check of a stringherbrechtsmeier2013-03-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The not equal comparison (<>) of a variable with an empty string could lead to false positive results as the compare do not check the type and thereby could not make sure that the checked variable is a string. The usage of the not identical comparison operator (!==) make sure that the variable is a string and not empty.
| * | | | | | Overwrite host and webroot when forcessl is enabledherbrechtsmeier2013-03-091-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch enables the use of forcessl together with a multiple domains reverse SSL proxy (owncloud/core#1099) which have different hostname and webroot for http and https access. The code assumes that the ssl proxy (https) hostname and webroot is configured via overwritehost and overwritewebroot.
* | | | | | | Merge pull request #2787 from owncloud/fix-password-autocomplete-2632Bart Visscher2013-04-261-2/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | turn off autocompletion for password field
| * | | | | | | modify password clone to password type right on submit to prevent the ↵Morris Jobke2013-04-191-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | browser remind the content
| * | | | | | | turn off autocompletion for password fieldMorris Jobke2013-04-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs #2632
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-26721-28730/+26862
| | | | | | | |
* | | | | | | | adding resource typeThomas Mueller2013-04-261-0/+3
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-26190-3783/+3111
| | | | | | | |
* | | | | | | | Merge pull request #3098 from jerrac/displaynamesaveontimeoutMorris Jobke2013-04-253-40/+46
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | On the Personal Settings page, made the display name save like the email address saves
| * | | | | | | Fixed comment in personal.js. Changed message text in changedisplayname.php.David Reagan2013-04-232-2/+2
| | | | | | | |
| * | | | | | | Made saving the display name work the same way as the email address. Fixed a ↵David Reagan2013-04-233-40/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | few comparison operators. Increased the fadeOut time for the success and error messages.
* | | | | | | | Merge pull request #3132 from owncloud/mount-setupfsicewind19912013-04-253-6/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make sure the filesystem is initialized when searching for mounts
| * | | | | | | | Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-04-252-6/+4
| | | | | | | | |
| * | | | | | | | Make sure the filesystem is initialized when searching for mountsRobin Appelman2013-04-251-0/+3
| | | | | | | | |
* | | | | | | | | Correct the parameter descriptionLukas Reschke2013-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks @kabum
* | | | | | | | | Correct function descriptionLukas Reschke2013-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | $password is not supported
* | | | | | | | | Merge pull request #3126 from owncloud/json-utf8Thomas Tanghus2013-04-251-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | use utf-8 encoding for json
| * | | | | | | | | use utf-8 encoding for jsonBernhard Posselt2013-04-251-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #3094 from owncloud/log-ajaxBart Visscher2013-04-252-8/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | fix logical issue while retrieving log via ajax