Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Update preseed-config.php | Georg Ehrke | 2014-06-13 | 1 | -1/+1 | |
| * | | | | | don't show update button when appstore is disabled or no writable dir exists | Georg Ehrke | 2014-06-10 | 1 | -0/+15 | |
| * | | | | | fix php doc block | Georg Ehrke | 2014-06-10 | 1 | -0/+2 | |
| * | | | | | always return a bool in OC_App::updateApp | Georg Ehrke | 2014-06-10 | 1 | -1/+1 | |
| * | | | | | fix php doc block | Georg Ehrke | 2014-06-10 | 1 | -3/+1 | |
| * | | | | | remove unnecessary @return | Georg Ehrke | 2014-06-10 | 1 | -1/+0 | |
| * | | | | | some additional type checks | Georg Ehrke | 2014-06-06 | 2 | -3/+3 | |
| * | | | | | add additional type check | Georg Ehrke | 2014-06-06 | 1 | -1/+1 | |
| * | | | | | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-05 | 1588 | -76651/+58886 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | reenable checkCode() | Thomas Müller | 2014-06-05 | 1 | -1/+0 | |
| * | | | | | | fix unit tests | Thomas Müller | 2014-06-05 | 1 | -9/+15 | |
| * | | | | | | remove not needed unlink in installer test | Georg Ehrke | 2014-06-04 | 1 | -3/+0 | |
| * | | | | | | add unit test | Georg Ehrke | 2014-06-04 | 5 | -17/+100 | |
| * | | | | | | update autoloader | Georg Ehrke | 2014-06-04 | 1 | -6/+5 | |
| * | | | | | | remove console.log in apps.js | Georg Ehrke | 2014-06-04 | 1 | -1/+0 | |
| * | | | | | | use isset() instead of array_key_exists() | Georg Ehrke | 2014-06-03 | 1 | -1/+1 | |
| * | | | | | | various fixes as requested by pr reviewers | Georg Ehrke | 2014-06-02 | 5 | -28/+22 | |
| * | | | | | | read ocsid from shipped apps on install | Georg Ehrke | 2014-05-31 | 1 | -0/+3 | |
| * | | | | | | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-05-31 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | add button for properly uninstalling apps | Georg Ehrke | 2014-05-31 | 5 | -11/+48 | |
| * | | | | | | | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-05-31 | 1948 | -48418/+116556 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | make it possible to update shipped apps via the appstore | Georg Ehrke | 2014-05-31 | 6 | -183/+438 | |
* | | | | | | | | | Merge pull request #9048 from owncloud/fix_9041 | Morris Jobke | 2014-06-16 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | style | Arthur Schiwon | 2014-06-16 | 1 | -2/+2 | |
| * | | | | | | | | escape before output, fixes #9041 | Arthur Schiwon | 2014-06-16 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #9040 from owncloud/fix-xss | Morris Jobke | 2014-06-16 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Do even more sanitization | Lukas Reschke | 2014-06-14 | 1 | -5/+5 | |
| * | | | | | | | | Sanitize name of sharee | Lukas Reschke | 2014-06-14 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #9030 from owncloud/default-allow-user-mount-backends | Morris Jobke | 2014-06-16 | 3 | -5/+18 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix camelCase and avoiud re-wrapping $() | Morris Jobke | 2014-06-16 | 1 | -4/+4 | |
| * | | | | | | | | | fix typo - Backups -> Backends | Morris Jobke | 2014-06-16 | 3 | -4/+4 | |
| * | | | | | | | | | AllowUserMount defaults now to all backends fixes #7958 | Morris Jobke | 2014-06-13 | 2 | -0/+13 | |
* | | | | | | | | | | Merge pull request #8716 from owncloud/forget-documentation | Volkan Gezer | 2014-06-16 | 1 | -1/+16 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | app manager forgets the documentation links | Volkan Gezer | 2014-06-06 | 1 | -1/+16 | |
* | | | | | | | | | | Merge pull request #8917 from owncloud/repair-routine-base | Vincent Petry | 2014-06-16 | 6 | -45/+334 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fixed instanceof to use interface instead of class | Vincent Petry | 2014-06-12 | 1 | -1/+2 | |
| * | | | | | | | | | | Added RepairStep interface and default repair step lists | Vincent Petry | 2014-06-12 | 6 | -69/+304 | |
| * | | | | | | | | | | Add support for repair step classes | Vincent Petry | 2014-06-12 | 2 | -3/+56 | |
* | | | | | | | | | | | Merge pull request #9027 from owncloud/fix-password-saved-share-layout | Vincent Petry | 2014-06-16 | 2 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix path | Morris Jobke | 2014-06-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | fix layout of password protected shares | Morris Jobke | 2014-06-13 | 2 | -0/+9 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-16 | 63 | -316/+433 | |
* | | | | | | | | | | | Merge pull request #9022 from owncloud/speedup-nested-ldap-groups | macjohnny | 2014-06-16 | 2 | -6/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | drastic speedup for nested ldap groups | macjohnny | 2014-06-13 | 2 | -6/+13 | |
* | | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-15 | 219 | -5995/+7838 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #9028 from owncloud/table-to-paragraph-layout-for-https | Lukas Reschke | 2014-06-14 | 1 | -29/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | migrate table layout to paragraph layout for HTTPS setting | Morris Jobke | 2014-06-13 | 1 | -29/+25 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #8618 from owncloud/yet-another-ajax-lost-password | Frank Karlitschek | 2014-06-14 | 10 | -170/+440 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | add proper Exception message for invalid token | Morris Jobke | 2014-06-13 | 1 | -2/+5 | |
| * | | | | | | | | | | use array_merge for merging arrays in PHP | Morris Jobke | 2014-06-13 | 1 | -1/+1 |