Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-22 | 171 | -472/+674 |
| | |||||
* | Merge pull request #4929 from owncloud/fixing-4416-master | Morris Jobke | 2013-09-22 | 1 | -1/+1 |
|\ | | | | | Fixing 4416 master | ||||
| * | setting a default on filecache column unencrypted_size | Thomas Müller | 2013-09-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4938 from owncloud/scan-filter-outside-view | Jörn Friedrich Dreyer | 2013-09-22 | 2 | -6/+22 |
|\ \ | | | | | | | When filtering search results, ensure results are children of the... | ||||
| * | | files: when filtering search results, ensure results are children of the ↵ | Robin Appelman | 2013-09-22 | 2 | -6/+22 |
| |/ | | | | | | | fakeroot not just path starting the same | ||||
* | | Merge pull request #4927 from owncloud/fix_namespaces_and_autoloading | Thomas Müller | 2013-09-21 | 14 | -27/+26 |
|\ \ | |/ |/| | namespaces use upcasefirst parts | ||||
| * | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 10 | -20/+19 |
| | | |||||
| * | namespaces use upcasefirst parts | Jörn Friedrich Dreyer | 2013-09-20 | 13 | -26/+26 |
| | | | | | | | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic! | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-20 | 441 | -7022/+10867 |
| | | |||||
* | | Merge pull request #4684 from owncloud/improved-console | Bart Visscher | 2013-09-19 | 8 | -60/+137 |
|\ \ | | | | | | | Use more object oriented way for console commands | ||||
| * | | Add copyright, remove starting blank line | Bart Visscher | 2013-09-19 | 3 | -1/+13 |
| | | | |||||
| * | | Check all installed apps for console commands | Bart Visscher | 2013-09-14 | 1 | -1/+1 |
| | | | |||||
| * | | Use appinfo/register_command.php to add commands to the console command | Bart Visscher | 2013-09-13 | 3 | -2/+25 |
| | | | |||||
| * | | Cleanup and more style fixes | Bart Visscher | 2013-09-02 | 2 | -8/+5 |
| | | | |||||
| * | | Change Files Scan command to use OC\User\Manager | Bart Visscher | 2013-09-02 | 2 | -8/+19 |
| | | | |||||
| * | | Use more object oriented way for console commands | Bart Visscher | 2013-09-01 | 6 | -60/+94 |
| | | | |||||
* | | | Merge pull request #4908 from owncloud/fix_css_selector | Bart Visscher | 2013-09-19 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | css selectors never have a : before [] | ||||
| * | | css selectors never have a : before [] | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4766 from owncloud/fix_3728_with_file_exists_dialog | Thomas Müller | 2013-09-19 | 17 | -515/+1709 |
|\ \ \ | | | | | | | | | file upload conflicts dialog | ||||
| * \ \ | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-19 | 281 | -1100/+8175 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | Conflicts: apps/files/js/filelist.js | ||||
* | | | | Merge pull request #4900 from owncloud/fixing-4488-master | Jörn Friedrich Dreyer | 2013-09-19 | 3 | -2/+13 |
|\ \ \ \ | | | | | | | | | | | File permissions are part of the ajax response of file upload | ||||
| * \ \ \ | Merge branch 'master' into fixing-4488-master | Thomas Müller | 2013-09-19 | 276 | -1227/+8231 |
| |\ \ \ \ | |||||
| * | | | | | adding comma to get cleaner diffs in the future | Thomas Müller | 2013-09-18 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | no file actions during upload | Thomas Müller | 2013-09-18 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | remove file action elements before recreating them | Thomas Müller | 2013-09-18 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | store the permissions retrieved via ajax within the dom element | Thomas Müller | 2013-09-18 | 1 | -0/+6 |
| | | | | | | |||||
| * | | | | | add permissions of the file to the json response | Thomas Müller | 2013-09-18 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #4263 from owncloud/search_scrollto | Jörn Friedrich Dreyer | 2013-09-19 | 9 | -27/+133 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | initial scrollto implementation | ||||
| * | | | | | add fixme | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | make 'open in folder' action default for files | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -15/+22 |
| | | | | | | |||||
| * | | | | | use correct doublequotes in template, remove container | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -7/+6 |
| | | | | | | |||||
| * | | | | | initial scrollto implementation: | Jörn Friedrich Dreyer | 2013-09-17 | 9 | -16/+116 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use places/folder icon, move link construction to JS, only show icon on hover, use 'searchresult' as css class name, add filter/unfilter methods, highlight searched files in current filelist only filter when correct FileList is present | ||||
* | | | | | | Merge pull request #4906 from owncloud/wtf-broken-code-was-merged-again-master | Christopher | 2013-09-18 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | fixing syntax error - it it that hard to test own code? | ||||
| * | | | | | fixing syntax error - it it that hard to test own code? | Thomas Müller | 2013-09-18 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-18 | 265 | -998/+7904 |
| | | | | | |||||
* | | | | | Merge pull request #4745 from owncloud/split_personal-user_passwordchange | Bart Visscher | 2013-09-18 | 5 | -72/+122 |
|\ \ \ \ \ | | | | | | | | | | | | | Split personal and user-mgmt password change logic | ||||
| * | | | | | Translate errormsgs in settings/changepassword/controller | kondou | 2013-09-18 | 1 | -5/+14 |
| | | | | | | |||||
| * | | | | | Improve changepassword route naming | kondou | 2013-09-13 | 3 | -4/+4 |
| | | | | | | |||||
| * | | | | | Move ajax/changepassword to changepassword/controller to use autoloading | kondou | 2013-09-13 | 2 | -3/+0 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into split_personal-user_passwordchange | kondou | 2013-09-11 | 909 | -9947/+26248 |
| |\ \ \ \ \ | |||||
| * | | | | | | Use a controller instead of two files for changepassword.php | kondou | 2013-09-11 | 3 | -82/+94 |
| | | | | | | | |||||
| * | | | | | | Remove $recoveryPassword from changepersonalpassword & fix indent | kondou | 2013-09-06 | 2 | -9/+12 |
| | | | | | | | |||||
| * | | | | | | Split personal and user-mgmt password change logic | kondou | 2013-09-06 | 5 | -23/+52 |
| | | | | | | | |||||
| | | | | * | | fix race condition in lazy preview loading | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -12/+18 |
| | | | | | | | |||||
| | | | | * | | use {count} instead of 'One' for more versatile translation | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | | * | | Merge branch 'fix_3728_with_file_exists_dialog' of github.com:owncloud/core ↵ | Jörn Friedrich Dreyer | 2013-09-19 | 2 | -3/+3 |
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | into fix_3728_with_file_exists_dialog | ||||
| | | | | | * \ | Merge branch 'fix_3728_with_file_exists_dialog' of github.com:owncloud/core ↵ | Thomas Müller | 2013-09-19 | 1 | -26/+26 |
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into fix_3728_with_file_exists_dialog Conflicts: apps/files/js/file-upload.js | ||||
| | | | | | * | | | fixing typos and l10n | Thomas Müller | 2013-09-19 | 2 | -3/+3 |
| | | | | | | | | | |||||
| | | | | * | | | | fix double translation of error message | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | | | * | | | | use n to translate title | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -1/+7 |
| | | | | | |/ / | | | | | |/| | |