Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-15 | 344 | -12260/+12326 |
| | |||||
* | Merge pull request #8567 from owncloud/test-ocshareunittests | Thomas Müller | 2014-05-14 | 3 | -0/+101 |
|\ | | | | | Added ground work for OC.Share unit tests | ||||
| * | Added ground work for OC.Share unit tests | Vincent Petry | 2014-05-13 | 3 | -0/+101 |
| | | |||||
* | | Merge pull request #8522 from owncloud/sharing_ux_improvements | Björn Schießle | 2014-05-14 | 6 | -25/+69 |
|\ \ | | | | | | | Sharing ux improvements | ||||
| * | | move expire message to the bottom | Bjoern Schiessle | 2014-05-13 | 1 | -1/+2 |
| | | | |||||
| * | | hide default expire message if user sets expire date | Bjoern Schiessle | 2014-05-13 | 1 | -0/+7 |
| | | | |||||
| * | | increase width of share dialog | Bjoern Schiessle | 2014-05-13 | 1 | -1/+1 |
| | | | |||||
| * | | add information about default expire date to the share dialog | Bjoern Schiessle | 2014-05-13 | 3 | -2/+29 |
| | | | |||||
| * | | hide input field if default expire date isn't activated | Bjoern Schiessle | 2014-05-13 | 3 | -23/+32 |
| | | | |||||
* | | | Merge pull request #8403 from owncloud/fix-oc-dialog | icewind1991 | 2014-05-14 | 1 | -6/+12 |
|\ \ \ | | | | | | | | | fix oc dialog because the body isn't 100% x 100% in dimensions anymore | ||||
| * | | | Use jquery to get the window width | Robin Appelman | 2014-05-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Don't set the dialog content height to a zero or negative value | Robin Appelman | 2014-05-13 | 1 | -4/+10 |
| | | | | |||||
| * | | | Dont use absolute positioning for buttonrow | Robin Appelman | 2014-05-13 | 1 | -3/+4 |
| | | | | |||||
| * | | | fix oc dialog because the body isn't 100% x 100% in dimensions anymore | Morris Jobke | 2014-04-29 | 2 | -6/+5 |
| | | | | |||||
* | | | | Merge pull request #8584 from Bagera/master | jbtbnl | 2014-05-14 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | avoid row resize on filename edit | ||||
| * | | | | Set row height in files table | Bagera | 2014-05-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Sets row height to avoid resize when name is edited | ||||
| * | | | | fixes #7949 | Bagera | 2014-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Sets height to form to avoid resizing when filename link is not shown | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-14 | 131 | -2033/+6816 |
| | | | | | |||||
* | | | | | Merge pull request #8582 from owncloud/remove-outdated-update-sc | Lukas Reschke | 2014-05-14 | 1 | -46/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | We do not support updates from 4.5 > 7.0 or even 3.0 > 7.0 | ||||
| * | | | | | We do not support updates from 4.5 > 7.0 | Lukas Reschke | 2014-05-13 | 1 | -46/+0 |
| |/ / / / | |||||
* | | | | | Merge pull request #8542 from owncloud/phpdoc-improvements | Thomas Müller | 2014-05-13 | 121 | -487/+543 |
|\ \ \ \ \ | | | | | | | | | | | | | PHPDoc Improvements | ||||
| * | | | | | fixing variable naming | Thomas Müller | 2014-05-13 | 1 | -24/+24 |
| | | | | | | |||||
| * | | | | | @returns -> @return | Thomas Müller | 2014-05-13 | 3 | -12/+12 |
| | | | | | | |||||
| * | | | | | @breif -> @brief | Thomas Müller | 2014-05-13 | 2 | -3/+3 |
| | | | | | | |||||
| * | | | | | fix PHPDoc | Thomas Müller | 2014-05-13 | 1 | -3/+5 |
| | | | | | | |||||
| * | | | | | object -> \OC\Preview | Thomas Müller | 2014-05-13 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | adding PHPDoc | Thomas Müller | 2014-05-13 | 1 | -2/+21 |
| | | | | | | |||||
| * | | | | | fixing typo and missing @throws | Thomas Müller | 2014-05-13 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | More PHPDoc for file functions | Robin McCorkell | 2014-05-13 | 2 | -0/+12 |
| | | | | | | |||||
| * | | | | | Fix various code errors detected by Scrutinizer | Robin McCorkell | 2014-05-13 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed: - An error with a misplaced bracket in lib/private/util.php - An error with an incorrect function being called in lib/public/contacts.php | ||||
| * | | | | | Fix Scrutinizer errors | Robin McCorkell | 2014-05-13 | 4 | -7/+12 |
| | | | | | | |||||
| * | | | | | Change parameter order of implode | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix Scrutinizer errors about missing user backend | Robin McCorkell | 2014-05-13 | 2 | -21/+34 |
| | | | | | | |||||
| * | | | | | Use OC_User_Interface instead of OC_User_Backend | Robin McCorkell | 2014-05-13 | 2 | -6/+6 |
| | | | | | | |||||
| * | | | | | Fix PHPDoc and typos | Lukas Reschke | 2014-05-13 | 4 | -15/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some things my IDE complained about while creating a custom backend. Fix PHPDoc and typos Some things my IDE complained about while creating a custom backend. Conflicts: lib/private/group/database.php lib/private/group/dummy.php lib/private/group/example.php | ||||
| * | | | | | Change parameter type for useBackend | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 75 | -263/+255 |
| | | | | | | |||||
| * | | | | | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 23 | -26/+26 |
| | | | | | | |||||
| * | | | | | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 38 | -75/+75 |
| | | | | | | |||||
| * | | | | | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 18 | -72/+72 |
| |/ / / / | |||||
* | | | | | Merge pull request #8586 from owncloud/more-unit-tests | Thomas Müller | 2014-05-13 | 1 | -0/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add tests for other types that PHP might cast | ||||
| * | | | | Add tests for other types that PHP might cast | Lukas Reschke | 2014-05-13 | 1 | -0/+2 |
|/ / / / | | | | | | | | | Addition to https://github.com/owncloud/core/pull/8572 | ||||
* | | | | Merge pull request #8572 from owncloud/core-getabsolutepathwithzero | Thomas Müller | 2014-05-13 | 2 | -1/+19 |
|\ \ \ \ | | | | | | | | | | | Fixed getAbsolutePath case when path is "0" | ||||
| * | | | | Fixed getAbsolutePath case when path is "0" | Vincent Petry | 2014-05-13 | 2 | -1/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Make sure to correctly check for string emptiness when the passed path is "0". | ||||
* | | | | | Merge pull request #8524 from owncloud/prompt-dialog | Thomas Müller | 2014-05-13 | 1 | -1/+60 |
|\ \ \ \ \ | | | | | | | | | | | | | Add prompt dialog to OC.dialogs | ||||
| * | | | | | Fix Typo, define $ as global | Lukas Reschke | 2014-05-11 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Add prompt dialog to OC.dialogs | Robin Appelman | 2014-05-09 | 1 | -0/+59 |
| | | | | | | |||||
* | | | | | | Merge pull request #8398 from owncloud/enc_backup_keys | Björn Schießle | 2014-05-13 | 9 | -22/+176 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | backup the encryption key after the encryption was disabled | ||||
| * | | | | | | backup the encryption key after the encryption was disabled so that the user | Bjoern Schiessle | 2014-05-13 | 9 | -22/+176 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | can restore them if needed | ||||
* | | | | | | | Merge pull request #8566 from owncloud/controller-defaults | Morris Jobke | 2014-05-13 | 4 | -13/+46 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Allow setting of controller default method values through normal PHP default values |