Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if username is valid and remove slashes from filename | Lukas Reschke | 2013-03-11 | 1 | -0/+9 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -5/+25 |
| | |||||
* | Fix indentation style | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into fixing-unused-and-undefined-in-master | Thomas Mueller | 2013-01-14 | 1 | -1/+1 |
|\ | |||||
| * | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :) | ||||
* | | fixing call of OC_Log::write() - missing parameter | Thomas Mueller | 2013-01-06 | 1 | -1/+1 |
|/ | |||||
* | More whitespace fixes | Bart Visscher | 2012-12-15 | 1 | -80/+80 |
| | |||||
* | Fix "Line indented incorrectly" | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
| | |||||
* | Fixed new checkstyle issues in migrate.php from build #1341. | Diederik de Haas | 2012-11-10 | 1 | -2/+2 |
| | |||||
* | Migration: Allow for no app data cases; handle file copying better | Tom Needham | 2012-11-08 | 1 | -7/+5 |
| | |||||
* | Migration: On import of user accounts only import folders in home dir, use ↵ | Tom Needham | 2012-11-08 | 1 | -34/+12 |
| | | | | | | | | | | OC_Helper::copyr Check files when copying recursivley Remove obsolete method Dont count '.' and '..' as directories when importing. | ||||
* | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
| | |||||
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
| | | | | This is for all LowerCaseConstant warnings | ||||
* | Correct a first issue Checkstyle is complaining about ... | Felix Moeller | 2012-10-22 | 1 | -1/+1 |
| | | | | This is BracketsNotRequired | ||||
* | Allow exporting of users from any user backend, fixed oc-1645 | Tom Needham | 2012-09-18 | 1 | -10/+4 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -87/+87 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -2/+2 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -5/+5 |
| | |||||
* | make use of OC_User::getHome in lib/migrate.php | Georg Ehrke | 2012-08-27 | 1 | -3/+3 |
| | |||||
* | Also check for some other files | Lukas Reschke | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | fix unused variables | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | Return correct json response, fix syntax | Tom Needham | 2012-06-30 | 1 | -15/+4 |
| | |||||
* | Migration: fix app paths | Tom Needham | 2012-06-27 | 1 | -3/+3 |
| | |||||
* | Correction of path looking for apps and css | Brice Maron | 2012-06-22 | 1 | -4/+4 |
| | |||||
* | Move user import to personal settings. Fix user migration between servers. | Tom Needham | 2012-06-15 | 1 | -26/+14 |
| | |||||
* | don´t hardcode /tmp | Frank Karlitschek | 2012-05-30 | 1 | -1/+1 |
| | |||||
* | Check if app is enabled before exporting its data | Tom Needham | 2012-05-10 | 1 | -26/+28 |
| | |||||
* | Merge commit 'refs/merge-requests/109' of ↵ | Daniel | 2012-05-06 | 1 | -1/+1 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/109 | ||||
| * | fix bug where users could use wildcards in username to login | Daniel | 2012-04-15 | 1 | -1/+1 |
| | | | | | | | | | | e.g. user Peter could probably login using username Pet% fixed same problem in the migration script | ||||
* | | don't rely on the old version in info.xml anymore | Robin Appelman | 2012-04-14 | 1 | -1/+1 |
| | | |||||
* | | Typo fix (breif->brief) | Bart Visscher | 2012-04-14 | 1 | -14/+14 |
|/ | |||||
* | Fix annoying error in log | Tom Needham | 2012-04-14 | 1 | -150/+151 |
| | |||||
* | Copy over all file app data for imported user | Tom Needham | 2012-04-08 | 1 | -2/+2 |
| | |||||
* | Fix sqlite version detection | Tom Needham | 2012-04-08 | 1 | -3/+7 |
| | |||||
* | Emit hooks for user creation | Tom Needham | 2012-04-07 | 1 | -0/+9 |
| | |||||
* | Return JSON for import and export methods of OC_Migrate | Tom Needham | 2012-04-07 | 1 | -21/+21 |
| | |||||
* | Hide instance import as it eats data | Tom Needham | 2012-04-07 | 1 | -0/+1 |
| | |||||
* | try to use transactions to replace db | Tom Needham | 2012-04-01 | 1 | -4/+6 |
| | |||||
* | Use ajax to download file, OC_Dialogs for errors | Tom Needham | 2012-03-31 | 1 | -2/+2 |
| | |||||
* | Fix comments | Tom Needham | 2012-03-29 | 1 | -1/+2 |
| | |||||
* | import method returns each apps' import status | Tom Needham | 2012-03-27 | 1 | -14/+26 |
| | |||||
* | check for sqlite | Tom Needham | 2012-03-27 | 1 | -0/+6 |
| | |||||
* | look for migrate.php in appinfo folder | Tom Needham | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | Fix instance import | Tom Needham | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | Try to use old uid when importing | Tom Needham | 2012-03-20 | 1 | -3/+8 |
| | |||||
* | Added unified import method. | Tom Needham | 2012-03-20 | 1 | -11/+177 |
| | |||||
* | Add OC_Migration_Content class to help app devs. Restructure OC_Migrate. | Tom Needham | 2012-03-19 | 1 | -487/+286 |
| | |||||
* | Shorten export zip names | Tom Needham | 2012-03-17 | 1 | -2/+2 |
| |