Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use correct variable when checking auth | Tom Needham | 2013-04-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3146 from owncloud/restart-hint | Morris Jobke | 2013-04-27 | 1 | -13/+13 |
|\ | | | | | web_server_restart needs to be true to display the hint | ||||
| * | web_server_restart needs to be true to display the hint | Bart Visscher | 2013-04-26 | 1 | -13/+13 |
| | | |||||
* | | Merge pull request #3145 from owncloud/magic_quotes_gpc-check | Morris Jobke | 2013-04-27 | 1 | -0/+5 |
|\ \ | | | | | | | Add check for Magic Quotes | ||||
| * | | Add check for Magic Quotes | Bart Visscher | 2013-04-26 | 1 | -0/+5 |
| |/ | |||||
* | | Merge pull request #3114 from owncloud/update-notification | Raghu Nayyar | 2013-04-26 | 5 | -38/+32 |
|\ \ | | | | | | | Add an update notification | ||||
| * | | Remove uneeded link | Lukas Reschke | 2013-04-24 | 1 | -1/+1 |
| | | | |||||
| * | | Clubbing Exact styles together. | raghunayyar | 2013-04-24 | 1 | -5/+2 |
| | | | |||||
| * | | Add an update notification on every page for admin users | Lukas Reschke | 2013-04-24 | 5 | -36/+33 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-27 | 934 | -28068/+28442 |
| | | | |||||
* | | | Code style | Robin Appelman | 2013-04-26 | 1 | -206/+231 |
| | | | |||||
* | | | Merge pull request #3136 from owncloud/mount-cleanup | icewind1991 | 2013-04-26 | 15 | -201/+326 |
|\ \ \ | | | | | | | | | Separation of mount management | ||||
| * | | | Further seperation of mount management logic | Robin Appelman | 2013-04-26 | 11 | -171/+235 |
| | | | | |||||
| * | | | Cache: seperate handing of numeric storage id's to it's own class | Robin Appelman | 2013-04-26 | 4 | -30/+91 |
| | | | | |||||
* | | | | Merge pull request #3002 from owncloud/priorize_common_languages | Bart Visscher | 2013-04-26 | 3 | -4/+21 |
|\ \ \ \ | |_|_|/ |/| | | | Priorize common languages. | ||||
| * | | | Make divider not selectable | kondou | 2013-04-19 | 2 | -5/+4 |
| | | | | | | | | | | | | | | | | Very hacky | ||||
| * | | | Priorize common languages. | kondou | 2013-04-18 | 3 | -4/+22 |
| | | | | |||||
* | | | | Merge pull request #3026 from owncloud/cli-no-session | Bart Visscher | 2013-04-26 | 1 | -1/+3 |
|\ \ \ \ | | | | | | | | | | | Don't start the session when in cli mode | ||||
| * | | | | Don't start the session when in cli mode | Robin Appelman | 2013-04-26 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge pull request #3028 from owncloud/simplyfy-resource-locating | Bart Visscher | 2013-04-26 | 1 | -42/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | Simplify resource locating in templatelayout | ||||
| * | | | | | Simplify app js locating for layout pages | Bart Visscher | 2013-04-26 | 1 | -11/+8 |
| | | | | | | |||||
| * | | | | | Simplify app css locating for layout pages | Bart Visscher | 2013-04-26 | 1 | -31/+9 |
| |/ / / / | |||||
* | | | | | Merge pull request #2955 from owncloud/displaynames-numeric | Bart Visscher | 2013-04-26 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix OC_User::getDisplaynames when using numeric user id's | ||||
| * | | | | | Fix OC_User::getDisplaynames when using numeric user id's | Robin Appelman | 2013-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes #2948 | ||||
* | | | | | | Merge pull request #2783 from Kondou-ger/improve_passwordresetscreen | Bart Visscher | 2013-04-26 | 2 | -12/+21 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improve the password reset screen. | ||||
| * | | | | | | Fis syntax error and add user icon. | kondou | 2013-04-24 | 1 | -2/+3 |
| | | | | | | | |||||
| * | | | | | | Oneliners, <br>, proper errors & print_unescaped() | kondou | 2013-04-23 | 1 | -8/+6 |
| | | | | | | | |||||
| * | | | | | | Don't split translation lines | kondou | 2013-04-23 | 1 | -10/+4 |
| | | | | | | | |||||
| * | | | | | | Fix syntax error. | kondou | 2013-04-23 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Improve the password reset screen. | kondou | 2013-04-23 | 2 | -10/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing #2752 | ||||
* | | | | | | | Merge pull request #1872 from herbrechtsmeier/forcessl-with-ssl-proxy | Bart Visscher | 2013-04-26 | 1 | -6/+7 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Overwrite host and webroot when forcessl is enabled | ||||
| * | | | | | | request.php: add type check to the not empty check of a string | herbrechtsmeier | 2013-03-09 | 1 | -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 enabled | herbrechtsmeier | 2013-03-09 | 1 | -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-2632 | Bart Visscher | 2013-04-26 | 1 | -2/+12 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | turn off autocompletion for password field | ||||
| * | | | | | | | modify password clone to password type right on submit to prevent the ↵ | Morris Jobke | 2013-04-19 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | browser remind the content | ||||
| * | | | | | | | turn off autocompletion for password field | Morris Jobke | 2013-04-07 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs #2632 | ||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-26 | 721 | -28730/+26862 |
| | | | | | | | | |||||
* | | | | | | | | adding resource type | Thomas Mueller | 2013-04-26 | 1 | -0/+3 |
| | | | | | | | | |||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-26 | 190 | -3783/+3111 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3098 from jerrac/displaynamesaveontimeout | Morris Jobke | 2013-04-25 | 3 | -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 Reagan | 2013-04-23 | 2 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Made saving the display name work the same way as the email address. Fixed a ↵ | David Reagan | 2013-04-23 | 3 | -40/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | few comparison operators. Increased the fadeOut time for the success and error messages. | ||||
* | | | | | | | | Merge pull request #3132 from owncloud/mount-setupfs | icewind1991 | 2013-04-25 | 3 | -6/+7 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make sure the filesystem is initialized when searching for mounts | ||||
| * | | | | | | | | Have the filecache updater testcase clean the filesystem properly | Robin Appelman | 2013-04-25 | 2 | -6/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Make sure the filesystem is initialized when searching for mounts | Robin Appelman | 2013-04-25 | 1 | -0/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Correct the parameter description | Lukas Reschke | 2013-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks @kabum | ||||
* | | | | | | | | | Correct function description | Lukas Reschke | 2013-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | $password is not supported | ||||
* | | | | | | | | | Merge pull request #3126 from owncloud/json-utf8 | Thomas Tanghus | 2013-04-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | use utf-8 encoding for json | ||||
| * | | | | | | | | | use utf-8 encoding for json | Bernhard Posselt | 2013-04-25 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #3094 from owncloud/log-ajax | Bart Visscher | 2013-04-25 | 2 | -8/+6 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | fix logical issue while retrieving log via ajax |