Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 16 | -37/+38 |
* | Merge pull request #1112 from Raydiation/master | Bart Visscher | 2013-01-14 | 1 | -17/+5 |
|\ | |||||
| * | added cleanup recommendations by including ocs in the cachedKey method and mo... | Bernhard Posselt | 2013-01-07 | 1 | -5/+5 |
| * | readded ocs routes | Bernhard Posselt | 2013-01-07 | 1 | -0/+5 |
| * | fixed error that displayed a white page and a warning that routes could not b... | Bernhard Posselt | 2013-01-07 | 1 | -17/+0 |
* | | Revert "fix c&p error" | Daniel Molkentin | 2013-01-14 | 1 | -3/+3 |
* | | fix c&p error | Daniel Molkentin | 2013-01-14 | 1 | -3/+3 |
* | | Merge pull request #1170 from owncloud/correctIndention | Thomas Müller | 2013-01-14 | 2 | -78/+78 |
|\ \ | |||||
| * | | Remove ugly indentation | Lukas Reschke | 2013-01-13 | 2 | -78/+78 |
* | | | Merge branch 'master' of github.com:owncloud/core | Björn Schießle | 2013-01-14 | 429 | -5960/+7494 |
|\ \ \ | |||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-14 | 16 | -45/+59 |
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-13 | 20 | -53/+81 |
| * | | | Correct the link | Lukas Reschke | 2013-01-12 | 1 | -1/+1 |
| * | | | Merge pull request #1160 from owncloud/updateContrib | Lukas Reschke | 2013-01-12 | 2 | -4/+55 |
| |\ \ \ | |||||
| | * | | | Updated browser log | Lukas Reschke | 2013-01-12 | 1 | -4/+5 |
| | * | | | Adding database to server config | Thomas Müller | 2013-01-12 | 1 | -1/+5 |
| | * | | | Typos | Lukas Reschke | 2013-01-11 | 1 | -2/+2 |
| | * | | | Add server operating system to template | Lukas Reschke | 2013-01-11 | 1 | -1/+1 |
| | * | | | Add the correct link to the apps repository | Lukas Reschke | 2013-01-11 | 1 | -1/+1 |
| | * | | | Add a space behind the #### | Lukas Reschke | 2013-01-11 | 1 | -4/+4 |
| | * | | | Uneeded newline | Lukas Reschke | 2013-01-11 | 1 | -2/+0 |
| | * | | | Remove : | Lukas Reschke | 2013-01-11 | 1 | -4/+4 |
| | * | | | Add ownCloud version | Lukas Reschke | 2013-01-11 | 1 | -0/+2 |
| | * | | | Add template | Lukas Reschke | 2013-01-11 | 1 | -4/+3 |
| | * | | | Create issue_template.md | Lukas Reschke | 2013-01-11 | 1 | -0/+41 |
| | * | | | Fix a typo | Lukas Reschke | 2013-01-11 | 1 | -1/+1 |
| | * | | | Update CONTRIBUTING.md | Lukas Reschke | 2013-01-11 | 1 | -5/+11 |
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-12 | 263 | -2111/+1537 |
| * | | | | Merge pull request #1157 owncloud/move-OpenID | Bart Visscher | 2013-01-11 | 2 | -20/+0 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Remove OpenID from the router | Lukas Reschke | 2013-01-11 | 1 | -5/+1 |
| | * | | | Move to apps repo | Lukas Reschke | 2013-01-11 | 1 | -16/+0 |
| * | | | | Remove uneeded link | Lukas Reschke | 2013-01-11 | 1 | -1/+0 |
| * | | | | Merge pull request #1159 from LukasReschke/master | Lukas Reschke | 2013-01-11 | 1 | -0/+33 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | Added links to app + mirall repo | Lukas Reschke | 2013-01-11 | 1 | -1/+1 |
| | * | | | Update CONTRIBUTING.md | Lukas Reschke | 2013-01-11 | 1 | -5/+6 |
| | * | | | Create CONTRIBUTING.md | Lukas Reschke | 2013-01-11 | 1 | -0/+32 |
| * | | | | Merge pull request #994 from owncloud/enhanced_multiSelect | Lukas Reschke | 2013-01-11 | 3 | -58/+205 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Users: Show selected groups first in list. | Thomas Tanghus | 2012-12-21 | 1 | -0/+1 |
| | * | | | multiSelect: Add sorting options. | Thomas Tanghus | 2012-12-21 | 1 | -7/+42 |
| | * | | | multiSelect: Make sure up/down classes are removed on close. | Thomas Tanghus | 2012-12-21 | 1 | -4/+4 |
| | * | | | multiSelect: Modified users.js to only update other multiSelects. | Thomas Tanghus | 2012-12-21 | 1 | -2/+2 |
| | * | | | multiSelect: Don't force popup above if there's no room for it there. | Thomas Tanghus | 2012-12-21 | 1 | -1/+3 |
| | * | | | Merge branch 'fix_multiSelect' of github.com:owncloud/core into enhanced_mult... | Thomas Tanghus | 2012-12-21 | 2 | -55/+164 |
| | |\ \ \ | |||||
| | | * | | | multiSelect.js: Give each select a unique msid to prevent double adding in us... | Thomas Tanghus | 2012-12-04 | 2 | -12/+21 |
| | | * | | | Merge branch 'fix_multiSelect' of github.com:owncloud/core into fix_multiSelect | Thomas Tanghus | 2012-12-04 | 0 | -0/+0 |
| | | |\ \ \ | |||||
| | | | * | | | multiSelect: Added scrollbar if longer than 20em. Ref #720 | Thomas Tanghus | 2012-12-04 | 1 | -0/+2 |
| | | | * | | | multiSelect: Make sure last added entry is selected and some code cleanup. | Thomas Tanghus | 2012-12-04 | 1 | -31/+44 |
| | | | * | | | Added some missing type checks. | Thomas Tanghus | 2012-12-03 | 1 | -2/+2 |
| | | | * | | | Enhanced multiSelect jquery plugin. | Thomas Tanghus | 2012-12-03 | 2 | -37/+122 |
| | | * | | | | multiSelect: Added scrollbar if longer than 20em. Ref #720 | Thomas Tanghus | 2012-12-04 | 1 | -0/+2 |